Mercurial > repos > bgruening > salmon
annotate salmonquant.xml @ 15:818b16dd05a1 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 30fe16f7d786e4b0c43b8333853fc56c59f6c664"
author | bgruening |
---|---|
date | Sat, 25 Apr 2020 15:44:01 +0000 |
parents | 2e3425b9f01d |
children | c6c81a918ae1 |
rev | line source |
---|---|
15
818b16dd05a1
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 30fe16f7d786e4b0c43b8333853fc56c59f6c664"
bgruening
parents:
12
diff
changeset
|
1 <tool id="salmon" name="Salmon quant" version="@VERSION@+galaxy1"> |
12
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@ |
15
818b16dd05a1
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 30fe16f7d786e4b0c43b8333853fc56c59f6c664"
bgruening
parents:
12
diff
changeset
|
15 #if $quant_type.qtype == "reads" and $quant_type.writeMappings: |
818b16dd05a1
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 30fe16f7d786e4b0c43b8333853fc56c59f6c664"
bgruening
parents:
12
diff
changeset
|
16 && @bam_sort@ ./output/samout.sam |
12
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
17 #end if |
15
818b16dd05a1
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 30fe16f7d786e4b0c43b8333853fc56c59f6c664"
bgruening
parents:
12
diff
changeset
|
18 #if $quant_type.qtype == "alignment" and $quant_type.sampleOut: |
818b16dd05a1
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 30fe16f7d786e4b0c43b8333853fc56c59f6c664"
bgruening
parents:
12
diff
changeset
|
19 && @bam_sort@ ./output/postSample.bam |
12
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
20 #end if |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
21 ]]> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
22 </command> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
23 <inputs> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
24 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
25 <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
|
26 <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
|
27 <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
|
28 </param> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
29 <when value="reads"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
30 <expand macro="index"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
31 <expand macro="reads"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
32 </when> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
33 <when value="alignment"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
34 <expand macro="align"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
35 </when> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
36 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
37 <expand macro="quantboth"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
38 </inputs> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
39 <outputs> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
40 <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
|
41 <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
|
42 <filter>geneMap</filter> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
43 </data> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
44 <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
|
45 <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
|
46 </data> |
15
818b16dd05a1
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 30fe16f7d786e4b0c43b8333853fc56c59f6c664"
bgruening
parents:
12
diff
changeset
|
47 <data name="postSample" format="bam" from_work_dir="output/bamout.bam" label="Sampled input alignments on ${on_string}(BAM format)"> |
12
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
48 <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
|
49 </data> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
50 </outputs> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
51 <tests> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
52 <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
|
53 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
54 <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
|
55 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
56 <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
|
57 <section name="s_index"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
58 <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
|
59 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
60 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
61 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
62 <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
|
63 <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
|
64 <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
|
65 <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
|
66 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
67 <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
|
68 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
69 <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
|
70 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
71 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
72 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
73 <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
|
74 <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
|
75 <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
|
76 <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
|
77 <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
|
78 <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
|
79 <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
|
80 <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
|
81 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
82 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
83 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
84 <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
|
85 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
86 <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
|
87 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
88 <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
|
89 <section name="s_index"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
90 <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
|
91 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
92 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
93 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
94 <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
|
95 <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
|
96 <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
|
97 <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
|
98 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
99 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
100 <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
|
101 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
102 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
103 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
104 <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
|
105 <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
|
106 <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
|
107 <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
|
108 <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
|
109 <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
|
110 <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
|
111 <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
|
112 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
113 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
114 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
115 <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
|
116 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
117 <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
|
118 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
119 <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
|
120 <section name="s_index"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
121 <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
|
122 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
123 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
124 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
125 <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
|
126 <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
|
127 <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
|
128 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
129 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
130 <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
|
131 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
132 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
133 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
134 <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
|
135 <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
|
136 <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
|
137 <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
|
138 <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
|
139 <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
|
140 <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
|
141 <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
|
142 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
143 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
144 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
145 <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
|
146 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
147 <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
|
148 <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
|
149 <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
|
150 <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
|
151 <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
|
152 <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
|
153 <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
|
154 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
155 <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
|
156 <assert_stderr> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
157 <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
|
158 </assert_stderr> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
159 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
160 <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
|
161 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
162 <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
|
163 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
164 <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
|
165 <section name="s_index"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
166 <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
|
167 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
168 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
169 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
170 <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
|
171 <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
|
172 <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
|
173 <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
|
174 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
175 <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
|
176 <conditional name="validmap"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
177 <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
|
178 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
179 <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
|
180 <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
|
181 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
182 <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
|
183 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
184 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
185 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
186 <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
|
187 <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
|
188 <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
|
189 <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
|
190 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
191 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
192 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
193 <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
|
194 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
195 <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
|
196 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
197 <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
|
198 <section name="s_index"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
199 <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
|
200 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
201 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
202 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
203 <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
|
204 <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
|
205 <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
|
206 <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
|
207 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
208 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
209 <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
|
210 <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
|
211 <section name="adv"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
212 <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
|
213 <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
|
214 <param name="noLengthCorrection"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
215 <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
|
216 <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
|
217 <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
|
218 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
219 <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
|
220 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
221 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
222 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
223 <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
|
224 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
225 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
226 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
227 <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
|
228 <conditional name="quant_type"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
229 <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
|
230 <conditional name="refTranscriptSource"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
231 <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
|
232 <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
|
233 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
234 <section name="input"> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
235 <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
|
236 <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
|
237 <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
|
238 <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
|
239 <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
|
240 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
241 </section> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
242 </conditional> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
243 <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
|
244 <assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
245 <has_text text="EffectiveLength" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
246 <has_text text="TPM" /> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
247 <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
|
248 <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
|
249 <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
|
250 <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
|
251 <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
|
252 <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
|
253 <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
|
254 <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
|
255 </assert_contents> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
256 </output> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
257 </test> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
258 </tests> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
259 <help><![CDATA[ |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
260 @salmonhelp@ |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
261 ]]></help> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
262 <expand macro="citations"/> |
2e3425b9f01d
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 06db9bd0914a60c3ddc0a1f77de0d6f731b56e02"
bgruening
parents:
diff
changeset
|
263 </tool> |