comparison sam_dump.xml @ 13:c38286ea7047 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:44:12 -0400
parents 8c00bc7fd8de
children 1790dcf3c32d
comparison
equal deleted inserted replaced
12:5534eb46de20 13:c38286ea7047
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <version_command>sam-dump --version</version_command> 7 <version_command>sam-dump --version</version_command>
8 <command detect_errors="exit_code"> 8 <command detect_errors="exit_code">
9 <![CDATA[ 9 <![CDATA[
10 #if $input.input_select=="file_list": 10 @SET_ACCESSIONS@
11 for acc in `cat $input.file_list` ;
12 do
13 #elif $input.input_select=="accession_number":
14 acc="${input.accession}" &&
15 #end if
16
17 #if $input.input_select=="file_list" or $input.input_select=="accession_number":
18 [ ""\$acc" =~ ^[E|S|D]RR[0-9]{1,}$" ] && (
19 #end if
20 11
21 ## Need to set the home directory to the current working directory, 12 ## Need to set the home directory to the current working directory,
22 ## else the tool tries to write to home/.ncbi and fails when used 13 ## else the tool tries to write to home/.ncbi and fails when used
23 ## with a cluster manager. 14 ## with a cluster manager.
24 export HOME=\$PWD && 15 export HOME=\$PWD &&