Mercurial > repos > iuc > sra_tools
diff sra_macros.xml @ 20:964579f93c54 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit ec1cc6c0c290e9931780ea128bb48caac37977db"
author | iuc |
---|---|
date | Wed, 01 Jul 2020 17:48:02 -0400 |
parents | 248f85ff0733 |
children | 494b2ec08162 |
line wrap: on
line diff
--- a/sra_macros.xml Tue Jun 23 17:18:45 2020 -0400 +++ b/sra_macros.xml Wed Jul 01 17:48:02 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 (