-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcp-data.sh
More file actions
executable file
·18 lines (11 loc) · 995 Bytes
/
cp-data.sh
File metadata and controls
executable file
·18 lines (11 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Transfers prepared data in the DataPrep repo to the DataClean repo
# ADNI data
cp AD_SubTypesDataClean/processed-data/unfiltered-datasets/adni/phenotypes.csv AD_SubTypesCluster/prepared-data/adni/phenotypes.csv
cp AD_SubTypesDataClean/processed-data/unfiltered-datasets/adni/phenotypes-col-types.csv AD_SubTypesCluster/prepared-data/adni/phenotypes-col-types.csv
echo "Copied phenotypic data"
cp AD_SubTypesDataClean/processed-data/unfiltered-datasets/adni/expression.csv AD_SubTypesCluster/prepared-data/adni/expression.csv
cp AD_SubTypesDataClean/processed-data/unfiltered-datasets/adni/expression-col-types.csv AD_SubTypesCluster/prepared-data/adni/expression-col-types.csv
echo "Copied expression data"
cp AD_SubTypesDataClean/processed-data/unfiltered-datasets/adni/mri.csv AD_SubTypesCluster/prepared-data/adni/mri.csv
cp AD_SubTypesDataClean/processed-data/unfiltered-datasets/adni/mri-col-types.csv AD_SubTypesCluster/prepared-data/adni/mri-col-types.csv
echo "Copied MRI data"