comparison get_length_and_gc_content.xml @ 11:1802ccf465b8 draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/goseq_1_22_0 commit fdd0811efc61c31f88ff17096fbe8ee8cfacd766-dirty
author mvdbeek
date Thu, 25 Feb 2016 06:20:59 -0500
parents d1eed994287a
children ade115e181d7
comparison
equal deleted inserted replaced
10:7f8d888e3355 11:1802ccf465b8
9 #if $fastaSource.genomeSource == "indexed": 9 #if $fastaSource.genomeSource == "indexed":
10 --fasta "$fastaSource.fasta_pre_installed.fields.path" 10 --fasta "$fastaSource.fasta_pre_installed.fields.path"
11 #else: 11 #else:
12 --fasta "$fastaSource.fasta_history" 12 --fasta "$fastaSource.fasta_history"
13 #end if 13 #end if
14 --output "output" 14 --output "$output"
15 </command> 15 </command>
16 <inputs> 16 <inputs>
17 <param help="The GTF must match the FASTA file" label="GTF file for length and GC calculation" name="gtf" type="data" /> 17 <param help="The GTF must match the FASTA file" label="GTF file for length and GC calculation" name="gtf" type="data" />
18 <conditional name="fastaSource"> 18 <conditional name="fastaSource">
19 <param help="choose history if you don't see the correct genome fasta" label="Select a reference fasta from your history or use a built-in fasta?" name="genomeSource" type="select"> 19 <param help="choose history if you don't see the correct genome fasta" label="Select a reference fasta from your history or use a built-in fasta?" name="genomeSource" type="select">