Mercurial > repos > iuc > sra_tools
diff sra_macros.xml @ 22:751a694ec620 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 1db2b3ee758847b8b63f58fb2075961003ff8c22"
author | iuc |
---|---|
date | Mon, 20 Jul 2020 07:27:41 -0400 |
parents | 494b2ec08162 |
children | 653e89d73fc4 |
line wrap: on
line diff
--- a/sra_macros.xml Mon Jul 06 19:46:26 2020 -0400 +++ b/sra_macros.xml Mon Jul 20 07:27:41 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 (