File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -198,18 +198,20 @@ def _grp_echos(x):
198
198
199
199
def write_derivative_description (bids_dir , deriv_dir ):
200
200
from fmriprep import __version__
201
+ from fmriprep .__about__ import DOWNLOAD_URL
201
202
202
203
desc = {
203
204
'Name' : 'fMRIPrep output' ,
204
205
'BIDSVersion' : '1.1.1' ,
205
206
'PipelineDescription' : {
206
207
'Name' : 'fMRIPrep' ,
207
208
'Version' : __version__ ,
208
- # We could parse the version to reference a commit or tag
209
- 'CodeURL' : 'https://github.com/poldracklab/fmriprep' ,
209
+ 'CodeURL' : DOWNLOAD_URL ,
210
210
},
211
211
'CodeURL' : 'https://github.com/poldracklab/fmriprep' ,
212
- 'HowToAcknowledge' : 'https://github.com/poldracklab/fmriprep' ,
212
+ 'HowToAcknowledge' : 'Please cite our paper '
213
+ '(https://doi.org/10.1101/306951), and include the generated '
214
+ 'citation boilerplate within the Methods section of the text' ,
213
215
}
214
216
215
217
# Keys that can only be set by environment
You can’t perform that action at this time.
0 commit comments