Mercurial > repos > iuc > sra_tools
diff sam_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 | 73f1fbdea468 |
| children | 5c5d6624f8de |
line wrap: on
line diff
--- a/sam_dump.xml Wed Sep 26 05:33:36 2018 -0400 +++ b/sam_dump.xml Wed Oct 17 11:42:38 2018 -0400 @@ -7,16 +7,7 @@ <version_command>sam-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": - 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
