comparison get_chrom_sizes/get_chrom_sizes.xml @ 8:84664985411c draft

Uploaded
author jackcurragh
date Tue, 17 May 2022 13:16:52 +0000
parents f1d2d3397870
children 8c5c2953c097
comparison
equal deleted inserted replaced
7:f1d2d3397870 8:84664985411c
1 <tool id="get_chrom_sizes" name="Get Chromosome Sizes" version="2.2"> 1 <tool id="get_chrom_sizes" name="Get Chromosome Sizes" version="2.2">
2 <description>Chromosome sizes are needed for the creation of ribosome profiles. This tool generates a tab delimited chrom.sizes file from an inputted fasta</description> 2 <description>Chromosome sizes are needed for the creation of ribosome profiles. This tool generates a tab delimited chrom.sizes file from an inputted fasta</description>
3 <command> 3 <command>
4 python $__tool_directory__/calculating_chrom.sizes.py ${refGenomeSource.genomeSource} ${refGenomeSource.input1_file} ${refGenomeSource.input1_builtin} ${input2} ${output1} 4 python $__tool_directory__/calculating_chrom.sizes.py ${refGenomeSource.genomeSource} ${refGenomeSource.genomeSource.input1_file} ${refGenomeSource.genomeSource.input1_builtin} ${input2} ${output1}
5 </command> 5 </command>
6 <inputs> 6 <inputs>
7 <conditional name="refGenomeSource"> 7 <conditional name="refGenomeSource">
8 <param name="genomeSource" type="select" label="Will you select a reference from your history or use a built-in FASTA?"> 8 <param name="genomeSource" type="select" label="Will you select a reference from your history or use a built-in FASTA?">
9 <option value="builtin">Use a built-in FASTA</option> 9 <option value="builtin">Use a built-in FASTA</option>