forked from xxlya/Fed_ABIDE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
23 lines (20 loc) · 746 Bytes
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
<<<<<<< HEAD
sh ./preprocess/download_abide_dataset.sh
sh ./preprocess/remove.sh
python ./preprocess/truncation.py
python ./preprocess/create_vector.py
=======
cd preprocess
sh download_abide_dataset.sh
sh remove.sh
python truncation.py
python create_vector.py
>>>>>>> 720ce4e0a4fca75dc23a918c3b6a1633e002a865
#python create_remove.py > remove.sh # Create remove.sh
#wget https://s3.amazonaws.com/fcp-indi/data/Projects/ABIDE_Initiative/Phenotypic_V1_0b_preprocessed1.csv
<<<<<<< HEAD
#python create_csv.py > abide_preprocessed.csv # Create abide_preprocessed.csv
=======
#python create_csv.py > abide_preprocessed.csv # Create abide_preprocessed.csv
>>>>>>> 720ce4e0a4fca75dc23a918c3b6a1633e002a865