Mercurial > repos > iuc > sra_tools
diff fastq_dump.xml @ 13:74dd3d0a33d1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 686710a7d313b828f1daed20c4055479727f2d91
| author | iuc |
|---|---|
| date | Wed, 17 Oct 2018 11:42:38 -0400 |
| parents | 4190f26dd5e6 |
| children | 54366e4d692a |
line wrap: on
line diff
--- a/fastq_dump.xml Wed Sep 26 05:33:36 2018 -0400 +++ b/fastq_dump.xml Wed Oct 17 11:42:38 2018 -0400 @@ -5,26 +5,9 @@ </macros> <expand macro="requirements"/> <version_command>fastq-dump --version</version_command> - <command detect_errors="exit_code"> - <![CDATA[ - - #if $input.input_select=="file_list": - - for acc in `cat $input.file_list` ; - do - - #elif $input.input_select=="accession_number": + <command detect_errors="exit_code"><![CDATA[ - ## Stripping leading and trailing spaces in case user typed them in - acc="${input.accession}" && - - #end if - - #if $input.input_select=="file_list" or $input.input_select=="accession_number": - - [ ""\$acc" =~ ^[E|S|D]RR[0-9]{1,}$" ] && ( - - #end if + @SET_ACCESSIONS@ ## Need to set the home directory to the current working directory, ## else the tool tries to write to home/.ncbi and fails when used
