Mercurial > repos > iuc > sra_tools
diff sra_macros.xml @ 21:494b2ec08162 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 1e2492fa4557ddc6ffefc16b249ed9ef0207d5e1"
author | iuc |
---|---|
date | Mon, 06 Jul 2020 19:46:26 -0400 |
parents | 964579f93c54 |
children | 751a694ec620 |
line wrap: on
line diff
--- a/sra_macros.xml Wed Jul 01 17:48:02 2020 -0400 +++ b/sra_macros.xml Mon Jul 06 19:46:26 2020 -0400 @@ -23,7 +23,7 @@ #set $column = $input.file_list.unsanitized.metadata.column_names.index('Run') + 1 cut -f $column '$input.file_list'| tail -n +2 > "manifest" && #else - ln -s '$input.file_list' manifest && + ln -s '$input.file_list' > manifest && #end if for acc in `@ACCESSIONS_FROM_FILE@ manifest` ; do (