Skip to content

Commit b9174ae

Browse files
committed
wip
Signed-off-by: Ben Sherman <[email protected]>
1 parent 305ab4a commit b9174ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflows/sra/main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ workflow SRA {
4141
//
4242
runinfo_ftp = runinfo.map(SRA_RUNINFO_TO_FTP)
4343

44+
// TODO: define record type(s) for expected meta-map
4445
sra_metadata = runinfo_ftp.scatter { tsv ->
4546
tsv.splitCsv(header:true, sep:'\t').unique()
4647
}

0 commit comments

Comments
 (0)