Mercurial > repos > bgruening > salmon
annotate salmonquant.xml @ 12:2e3425b9f01d draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
author | bgruening |
---|---|
date | Mon, 09 Sep 2019 10:37:28 -0400 |
parents | |
children | 818b16dd05a1 |
rev | line source |
---|---|
12
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
1 <tool id="salmon" name="Salmon quant" version="@VERSION@"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
2 <description>Perform dual-phase, reads or mapping-based estimation of transcript abundance from RNA-seq reads</description> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
3 <macros> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
4 <import>macros.xml</import> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
5 </macros> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
7 <command detect_errors="aggressive"><![CDATA[ |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
8 #if $quant_type.qtype == "reads": |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
9 @indexing@ |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
10 @salreads@ |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
11 #else: |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
12 @salalign@ |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
13 #end if |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
14 @salquant@ |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
15 #if $quant_type.qtype == "reads": |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
16 #if $quant_type.writeMappings: |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
17 && samtools view -S -b ./output/samout.sam > ./output/bamout.bam |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
18 #end if |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
19 #end if |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
20 #if $quant_type.qtype == "alignment": |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
21 #if $quant_type.sampleOut: |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
22 && samtools sort -@ 4 -o ./output/postSample_sorted.bam ./output/postSample.bam |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
23 #end if |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
24 #end if |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
25 ]]> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
26 </command> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
27 <inputs> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
28 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
29 <param name="qtype" type="select" label="Select salmon quantification mode:"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
30 <option value="reads" selected="True">Reads</option> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
31 <option value="alignment">Alignment</option> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
32 </param> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
33 <when value="reads"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
34 <expand macro="index"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
35 <expand macro="reads"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
36 </when> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
37 <when value="alignment"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
38 <expand macro="align"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
39 </when> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
40 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
41 <expand macro="quantboth"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
42 </inputs> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
43 <outputs> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
44 <data name="output_quant" format="tabular" from_work_dir="output/quant.sf" label="${tool.name} on ${on_string} (Quantification)" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
45 <data name="output_gene_quant" format="tabular" from_work_dir="output/quant.genes.sf" label="${tool.name} on ${on_string} (Gene Quantification)"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
46 <filter>geneMap</filter> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
47 </data> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
48 <data name="output_bam" format="bam" from_work_dir="output/bamout.bam" label="${tool.name} on ${on_string} (BAM format)"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
49 <filter>quant_type['qtype'] == "reads" and quant_type['writeMappings']</filter> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
50 </data> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
51 <data name="postSample" format="bam" from_work_dir="./output/postSample_sorted.bam" label="Sampled input alignments on ${on_string}(BAM format)"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
52 <filter>quant_type['qtype'] == "alignment" and quant_type['sampleOut']</filter> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
53 </data> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
54 </outputs> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
55 <tests> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
56 <test expect_num_outputs="2"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
57 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
58 <param name="qtype" value="reads"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
59 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
60 <param name="TranscriptSource" value="history"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
61 <section name="s_index"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
62 <param name="fasta" value="transcripts.fasta"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
63 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
64 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
65 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
66 <param name="single_or_paired.single_or_paired_opts" value="paired" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
67 <param name="single_or_paired.input_mate1" value="fastqs/reads_1.fastq" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
68 <param name="single_or_paired.input_mate2" value="fastqs/reads_2.fastq" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
69 <param name="single_or_paired.strandedness" value="U"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
70 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
71 <param name="writeMappings" value="true"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
72 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
73 <output name="output_quant" ftype="tabular"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
74 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
75 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
76 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
77 <has_text text="NM_001168316" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
78 <has_text text="NM_174914" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
79 <has_text text="NM_018953" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
80 <has_text text="NR_003084" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
81 <has_text text="NM_017410" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
82 <has_text text="NM_153693" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
83 <has_text text="NR_031764" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
84 <has_n_columns n="5" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
85 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
86 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
87 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
88 <test expect_num_outputs="1"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
89 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
90 <param name="qtype" value="reads"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
91 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
92 <param name="TranscriptSource" value="history"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
93 <section name="s_index"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
94 <param name="fasta" value="transcripts.fasta"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
95 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
96 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
97 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
98 <param name="single_or_paired.single_or_paired_opts" value="paired" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
99 <param name="single_or_paired.input_mate1" value="fastqs/reads_1.fastq.gz" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
100 <param name="single_or_paired.input_mate2" value="fastqs/reads_2.fastq.gz" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
101 <param name="single_or_paired.strandedness" value="U"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
102 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
103 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
104 <output name="output_quant" ftype="tabular"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
105 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
106 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
107 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
108 <has_text text="NM_001168316" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
109 <has_text text="NM_174914" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
110 <has_text text="NM_018953" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
111 <has_text text="NR_003084" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
112 <has_text text="NM_017410" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
113 <has_text text="NM_153693" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
114 <has_text text="NR_031764" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
115 <has_n_columns n="5" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
116 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
117 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
118 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
119 <test expect_num_outputs="1"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
120 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
121 <param name="qtype" value="reads"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
122 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
123 <param name="TranscriptSource" value="history"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
124 <section name="s_index"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
125 <param name="fasta" value="transcripts.fasta"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
126 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
127 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
128 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
129 <param name="single_or_paired.single_or_paired_opts" value="single" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
130 <param name="single_or_paired.input_mate1" value="fastqs/reads_both.fastq.bz2" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
131 <param name="single_or_paired.strandedness" value="U"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
132 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
133 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
134 <output name="output_quant" ftype="tabular"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
135 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
136 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
137 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
138 <has_text text="NM_001168316" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
139 <has_text text="NM_174914" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
140 <has_text text="NM_018953" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
141 <has_text text="NR_003084" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
142 <has_text text="NM_017410" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
143 <has_text text="NM_153693" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
144 <has_text text="NR_031764" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
145 <has_n_columns n="5" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
146 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
147 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
148 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
149 <test expect_num_outputs="2"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
150 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
151 <param name="qtype" value="alignment"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
152 <param name="afile" value="salmonbam.bam"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
153 <param name="transcript" value="transcripts.fasta"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
154 <param name="sampleOut" value="--sampleOut"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
155 <param name="sampleUnaligned" value="--sampleUnaligned"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
156 <param name="noErrorModel" value="--noErrorModel"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
157 <param name="numErrorBins" value="5"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
158 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
159 <output name="postSample" ftype="bam" value="postSample.bam"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
160 <assert_stderr> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
161 <has_text text="Sampling alignments; outputting results to ./output/postSample.bam"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
162 </assert_stderr> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
163 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
164 <test expect_num_outputs="1"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
165 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
166 <param name="qtype" value="reads"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
167 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
168 <param name="TranscriptSource" value="history"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
169 <section name="s_index"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
170 <param name="fasta" value="transcripts.fasta"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
171 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
172 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
173 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
174 <param name="single_or_paired.single_or_paired_opts" value="paired" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
175 <param name="single_or_paired.input_mate1" value="fastqs/reads_1.fastq" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
176 <param name="single_or_paired.input_mate2" value="fastqs/reads_2.fastq" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
177 <param name="single_or_paired.strandeness" value="U"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
178 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
179 <param name="discardOrphansQuasi" value="-discardOrphansQuasi"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
180 <conditional name="validmap"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
181 <param name="validateMappings" value="--validateMappings"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
182 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
183 <param name="dovetail" value="--allowDovetail"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
184 <param name="recoverOrphans" value="--recoverOrphans"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
185 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
186 <output name="output_quant" ftype="tabular"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
187 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
188 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
189 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
190 <has_text text="NM_001168316" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
191 <has_text text="NM_174914" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
192 <has_text text="NM_018953" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
193 <has_n_columns n="5" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
194 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
195 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
196 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
197 <test expect_num_outputs="1"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
198 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
199 <param name="qtype" value="reads"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
200 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
201 <param name="TranscriptSource" value="history"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
202 <section name="s_index"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
203 <param name="fasta" value="transcripts.fasta"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
204 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
205 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
206 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
207 <param name="single_or_paired.single_or_paired_opts" value="paired" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
208 <param name="single_or_paired.input_mate1" value="fastqs/reads_1.fastq" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
209 <param name="single_or_paired.input_mate2" value="fastqs/reads_2.fastq" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
210 <param name="single_or_paired.strandedness" value="U"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
211 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
212 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
213 <param name="seqBias" value="--seqBias"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
214 <param name="gcBias" value="--gcBias"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
215 <section name="adv"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
216 <param name="dumpEq" value="--dumpEq"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
217 <param name="minAssignedFrags" value="10"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
218 <param name="noLengthCorrection"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
219 <param name="initUniform" value="--initUniform"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
220 <param name="useEM" value="--useEM"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
221 <param name="noGammaDraw" value="--noGammaDraw"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
222 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
223 <output name="output_quant" ftype="tabular"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
224 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
225 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
226 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
227 <has_n_columns n="5" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
228 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
229 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
230 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
231 <test expect_num_outputs="1"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
232 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
233 <param name="qtype" value="reads"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
234 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
235 <param name="TranscriptSource" value="indexed"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
236 <param name="index" value="hg19_transcript_subset" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
237 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
238 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
239 <conditional name="single_or_paired"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
240 <param name="single_or_paired_opts" value="paired" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
241 <param name="input_mate1" value="fastqs/reads_1.fastq" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
242 <param name="input_mate2" value="fastqs/reads_2.fastq" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
243 <param name="strandedness" value="U"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
244 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
245 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
246 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
247 <output name="output_quant" ftype="tabular"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
248 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
249 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
250 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
251 <has_text text="NM_001168316" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
252 <has_text text="NM_174914" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
253 <has_text text="NM_018953" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
254 <has_text text="NR_003084" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
255 <has_text text="NM_017410" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
256 <has_text text="NM_153693" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
257 <has_text text="NR_031764" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
258 <has_n_columns n="5" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
259 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
260 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
261 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
262 </tests> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
263 <help><![CDATA[ |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
264 @salmonhelp@ |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
265 ]]></help> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
266 <expand macro="citations"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
267 </tool> |