We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067f2bd commit 1519326Copy full SHA for 1519326
.travis.yml
@@ -53,6 +53,7 @@ before_script:
53
# Data dependencies
54
- python -c "from templateflow import api as tfapi;
55
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='brain', suffix='mask');
56
+ tfapi.get('MNI152NLin2009cAsym', resolution=1, label='brain', suffix='probseg');
57
tfapi.get('MNI152NLin2009cAsym', resolution=2, desc='fMRIPrep', suffix='boldref');"
58
- mkdir -p $TEST_DATA_HOME
59
- datalad install -rg -J 1 -s ///openneuro/ds001600 $TEST_DATA_HOME/ds001600
0 commit comments