Skip to content

Commit 259b529

Browse files
committed
ENH: add dedicated citation for reproin
Initially I thought to add its individual version. But then decided not to bother since the result is tightly coupled with actual heudiconv version. At some point we might introduce it but it requires more thought, so for now -- report with heudiconv version and as a part of heudiconv
1 parent 70ae22d commit 259b529

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

heudiconv/heuristics/reproin.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@
123123
import hashlib
124124
from glob import glob
125125

126+
from heudiconv.due import due, Doi
127+
126128
import logging
127129
lgr = logging.getLogger('heudiconv')
128130

@@ -467,6 +469,10 @@ def ls(study_session, seqinfo):
467469
# XXX we killed session indicator! what should we do now?!!!
468470
# WE DON:T NEED IT -- it will be provided into conversion_info as `session`
469471
# So we just need subdir and file_suffix!
472+
@due.dcite(
473+
Doi('10.5281/zenodo.1207117'),
474+
path='heudiconv.heuristics.reproin',
475+
description='ReproIn heudiconv heuristic for turnkey conversion into BIDS')
470476
def infotodict(seqinfo):
471477
"""Heuristic evaluator for determining which runs belong where
472478

0 commit comments

Comments
 (0)