comparison sam_dump.xml @ 4:62e4d56ebb6f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 4091428e9e28ca06263bc00cdf938d20f620aa4d
author iuc
date Fri, 21 Oct 2016 04:32:19 -0400
parents 4732693f4661
children c7620aa7e1f0
comparison
equal deleted inserted replaced
3:4732693f4661 4:62e4d56ebb6f
3 <macros> 3 <macros>
4 <import>sra_macros.xml</import> 4 <import>sra_macros.xml</import>
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> 8 <command detect_errors="exit_code">
9 <![CDATA[ 9 <![CDATA[
10 #if $input.input_select=="file_list": 10 #if $input.input_select=="file_list":
11 for acc in `cat $input.file_list` ; 11 for acc in `cat $input.file_list` ;
12 do 12 do
13 #elif $input.input_select=="accession_number": 13 #elif $input.input_select=="accession_number":