Mercurial > repos > iuc > kallisto_quant
annotate kallisto_quant.xml @ 10:4f9c4e6566e5 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
author | iuc |
---|---|
date | Mon, 05 Jun 2023 22:06:44 +0000 |
parents | 2568a3b975cb |
children |
rev | line source |
---|---|
8
c971db6f0fe5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c657f8cc0308cd70b26e3b111e5d8008901cda24"
iuc
parents:
6
diff
changeset
|
1 <tool id="kallisto_quant" name="Kallisto quant" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> |
9
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
2 <description>quantify abundances of RNA-Seq transcripts</description> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
3 <macros> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
5 </macros> |
9
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
6 <xrefs> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
7 <xref type="bio.tools">kallisto</xref> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
8 </xrefs> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
9 <expand macro="requirements" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
10 <command detect_errors="exit_code"> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
11 <![CDATA[ |
4
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
3
diff
changeset
|
12 #if $reference_transcriptome.reference_transcriptome_source == "history": |
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
3
diff
changeset
|
13 ln -s '$reference_transcriptome.reference' reference.fa && |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
14 kallisto index reference.fa -i reference.kallisto && |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
15 #set index_path = 'reference.kallisto' |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
16 #else: |
4
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
3
diff
changeset
|
17 #set index_path = $reference_transcriptome.index.fields.path |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
18 #end if |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
19 kallisto quant -i '$index_path' |
9
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
20 $bias --bootstrap-samples $bootstrap_samples --seed $seed $fusion $pseudobam |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
21 #if $pseudobam: |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
22 -o . |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
23 #else: |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
24 --threads \${GALAXY_SLOTS:-1} |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
25 -o . |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
26 #end if |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
27 #if str($single_paired.single_paired_selector) == 'single': |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
28 --single |
1
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
29 #set $single_reads = $single_paired.reads |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
30 --fragment-length $single_paired.fragment_length |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
31 --sd $single_paired.sd |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
32 '$single_reads' |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
33 #else: |
9
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
34 $single_paired.lib_type |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
35 #if str($single_paired.single_paired_selector) == 'paired_single': |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
36 #set $forward_reads = $single_paired.forward |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
37 #set $reverse_reads = $single_paired.reverse |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
38 #else: |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
39 #set $forward_reads = $single_paired.reads.forward |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
40 #set $reverse_reads = $single_paired.reads.reverse |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
41 #end if |
1
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
42 #set $reads = "'%s' '%s'" % ($forward_reads, $reverse_reads) |
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
43 $reads |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
44 #end if |
9
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
45 $single_overhang |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
46 #if $genomebam_option.selector |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
47 $genomebam_option.selector |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
48 --gtf $genomebam_option.gtf |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
49 --chromosomes $genomebam_option.chromosomes |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
50 #end if |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
51 #if $pseudobam: |
8
c971db6f0fe5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c657f8cc0308cd70b26e3b111e5d8008901cda24"
iuc
parents:
6
diff
changeset
|
52 && samtools sort --no-PG -O bam -@ \${GALAXY_SLOTS:-1} -T "\${TMPDIR:-.}" -o '$pseudobam_output' pseudoalignments.bam |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
53 #end if |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
54 && cat run_info.json |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
55 ]]> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
56 </command> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
57 <inputs> |
4
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
3
diff
changeset
|
58 <expand macro="reference_input" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
59 <conditional name="single_paired"> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
60 <param name="single_paired_selector" type="select" label="Single-end or paired reads"> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
61 <option value="single" selected="true">Single-end</option> |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
62 <option value="paired_single">Paired.end (individual files)</option> |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
63 <option value="paired_collection">Paired-end (collections)</option> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
64 </param> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
65 <when value="single"> |
1
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
66 <param name="reads" type="data" format="fastq,fastq.gz" label="Reads in FASTQ format" /> |
9
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
67 <param argument="--fragment-length" type="integer" value="200" label="Average fragment length" help="Illumina typically produces reads of 180-200bp" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
68 <param argument="--sd" type="integer" value="20" label="Estimated standard deviation of fragment length" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
69 </when> |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
70 <when value="paired_single"> |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
71 <param name="forward" type="data" format="fastq,fastq.gz" label="Forward reads" /> |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
72 <param name="reverse" type="data" format="fastq,fastq.gz" label="Reverse reads" /> |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
73 <expand macro="macro_lib_type"/> |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
74 </when> |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
75 <when value="paired_collection"> |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
76 <param name="reads" type="data_collection" format="fastq,fastq.gz" collection_type="paired" label="Collection of reads" /> |
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
77 <expand macro="macro_lib_type"/> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
78 </when> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
79 </conditional> |
9
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
80 <param argument="--bias" type="boolean" truevalue="--bias" falsevalue="" label="Perform sequence based bias correction" help="It allows to learn |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
81 parameters for a model of sequences specific bias and corrects the abundances accordlingly"/> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
82 <param argument="--bootstrap-samples" type="integer" value="0" label="Number of bootstrap samples" help="Running with bootstraps |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
83 is mandatory if you want to perform differential expression analysis of isoforms with Sleuth.Default: 0" /> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
84 <param argument="--fusion" type="boolean" truevalue="--fusion" falsevalue="" label="Search for fusions" help="It generates the required files for Pizzly. This option does normal quantification, but |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
85 additionally looks for reads that do not pseudoalign because they are potentially from fusion genes." /> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
86 <param argument="--single-overhang" type="boolean" truevalue="--single-overhang" falsevalue="" checked="false" label="Single overhang" help="Include reads where |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
87 unobserved rest of fragment is predicted to lie outside a transcript" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
88 <param argument="--pseudobam" type="boolean" truevalue="--pseudobam" falsevalue="" label="Output pseudoalignments in BAM format" /> |
9
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
89 <conditional name="genomebam_option"> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
90 <param name="selector" type="select" label="Project pseudoalignments to genome"> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
91 <option value="--genomebam">Enabled</option> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
92 <option value="" selected="true">Disabled</option> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
93 </param> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
94 <when value="--genomebam"> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
95 <param argument="--gtf" type="data" format="gtf" label="GTF file" help="GTF file for transcriptome information" /> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
96 <param argument="--chromosomes" type="data" format="tabular" label="Chromosome names and lengths"/> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
97 </when> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
98 <when value=""/> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
99 </conditional> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
100 <param argument="--seed" type="integer" value="42" label="Seed for the bootstrap sampling" help="Default: 42" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
101 </inputs> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
102 <outputs> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
103 <data format="h5" name="abundance_h5" from_work_dir="abundance.h5" label="${tool.name} on ${on_string}: Abundances (HDF5)" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
104 <data format="tabular" name="abundance_tab" from_work_dir="abundance.tsv" label="${tool.name} on ${on_string}: Abundances (tabular)" /> |
3
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
105 <data format="bam" name="pseudobam_output" from_work_dir="abundance.txt" label="${tool.name} on ${on_string}: Pseudoalignments"> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
106 <filter>pseudobam</filter> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
107 </data> |
3
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
108 <data format="tabular" name="fusion_output" from_work_dir="fusion.txt" label="${tool.name} on ${on_string}: Pizzly input (tabular)"> |
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
109 <filter>fusion</filter> |
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
110 </data> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
111 </outputs> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
112 <tests> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
113 <test> |
4
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
3
diff
changeset
|
114 <param name="reference_transcriptome_source" value="history" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
115 <param name="reference" ftype="fasta" value="mm10_chrM.fa" /> |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
116 <param name="single_paired_selector" value="paired_single" /> |
1
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
117 <param name="forward" ftype="fastq" value="mm10_chrM-1.f.fq" /> |
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
118 <param name="reverse" ftype="fastq" value="mm10_chrM-1.r.fq" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
119 <output name="abundance_tab" file="kallisto_quant_out1.tab" ftype="tabular" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
120 </test> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
121 <test> |
4
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
3
diff
changeset
|
122 <param name="reference_transcriptome_source" value="history" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
123 <param name="reference" ftype="fasta" value="mm10_chrM.fa" /> |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
124 <param name="single_paired_selector" value="paired_single" /> |
5
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
125 <param name="forward" ftype="fastq" value="mm10_chrM-1.f.fq" /> |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
126 <param name="reverse" ftype="fastq" value="mm10_chrM-1.r.fq" /> |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
127 <param name="lib_type" value="--fr-stranded"/> |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
128 <output name="abundance_tab" > |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
129 <assert_contents> |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
130 <has_text_matching expression="chrM\t16299\t15804.2\t37\t1e\+06" /> |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
131 </assert_contents> |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
132 </output> |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
133 </test> |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
134 <test> |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
135 <param name="reference_transcriptome_source" value="history" /> |
10c98fab6c5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0
iuc
parents:
4
diff
changeset
|
136 <param name="reference" ftype="fasta" value="mm10_chrM.fa" /> |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
137 <param name="single_paired_selector" value="paired_collection" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
138 <param name="reads"> |
1
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
139 <collection type="paired"> |
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
140 <element name="forward" value="mm10_chrM-1.f.fq" /> |
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
141 <element name="reverse" value="mm10_chrM-1.r.fq" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
142 </collection> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
143 </param> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
144 <output name="abundance_tab" file="kallisto_quant_out2.tab" ftype="tabular" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
145 </test> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
146 <test> |
4
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
3
diff
changeset
|
147 <param name="reference_transcriptome_source" value="history" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
148 <param name="reference" ftype="fasta" value="mm10_chrM.fa" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
149 <param name="single_paired_selector" value="single" /> |
1
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
150 <param name="reads" ftype="fastq" value="mm10_chrM-1.f.fq" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
151 <output name="abundance_tab" file="kallisto_quant_out3.tab" ftype="tabular" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
152 </test> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
153 <test> |
4
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
3
diff
changeset
|
154 <param name="reference_transcriptome_source" value="history" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
155 <param name="reference" ftype="fasta" value="felCat8_chrM.fa" /> |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
156 <param name="single_paired_selector" value="paired_single" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
157 <param name="pseudobam" value="true" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
158 <param name="forward" ftype="fastq" value="felCat8_chrM_F.fq" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
159 <param name="reverse" ftype="fastq" value="felCat8_chrM_R.fq" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
160 <output name="abundance_tab" file="kallisto_quant_out4.tab" ftype="tabular" /> |
8
c971db6f0fe5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c657f8cc0308cd70b26e3b111e5d8008901cda24"
iuc
parents:
6
diff
changeset
|
161 <output name="pseudobam_output" file="kallisto_quant_out4.bam" ftype="bam" lines_diff="2"/> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
162 </test> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
163 <test> |
4
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
3
diff
changeset
|
164 <param name="reference_transcriptome_source" value="cached" /> |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
165 <param name="single_paired_selector" value="paired_single" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
166 <param name="pseudobam" value="true" /> |
1
7a9158bb6f98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c695bedd2174ac3a0e2f4c0b1f982a9e047a5302
iuc
parents:
0
diff
changeset
|
167 <param name="forward" ftype="fastq" dbkey="sacCer2" value="sacCer2_chrM_F.fq.gz" /> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
168 <param name="reverse" ftype="fastq" dbkey="sacCer2" value="sacCer2_chrM_R.fq" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
169 <output name="abundance_tab" file="kallisto_quant_out5.tab" ftype="tabular" /> |
8
c971db6f0fe5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c657f8cc0308cd70b26e3b111e5d8008901cda24"
iuc
parents:
6
diff
changeset
|
170 <output name="pseudobam_output" file="kallisto_quant_out5.bam" ftype="bam" lines_diff="2"/> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
171 </test> |
3
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
172 <test> |
4
b818b23df1e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 011de86c970114d5ae22f76e9ee8e2d86c190063
iuc
parents:
3
diff
changeset
|
173 <param name="reference_transcriptome_source" value="history" /> |
3
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
174 <param name="reference" ftype="fasta" value="hg38_transcripts.fa" /> |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
175 <param name="single_paired_selector" value="paired_single" /> |
3
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
176 <param name="fusion" value="true" /> |
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
177 <param name="forward" ftype="fastq" dbkey="hg38" value="hg38_F.fq.gz" /> |
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
178 <param name="reverse" ftype="fastq" dbkey="hg38" value="hg38_R.fq.gz" /> |
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
179 <output name="fusion_output" file="fusion.txt" ftype="tabular" /> |
2754990eb583
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit da0d5249fc7bd787ace5dac67bf273891756f324
iuc
parents:
1
diff
changeset
|
180 </test> |
9
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
181 <test> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
182 <param name="reference_transcriptome_source" value="history" /> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
183 <param name="reference" ftype="fasta" value="transcripts.fasta" /> |
10
4f9c4e6566e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit f173f58bc695c22364685c2ffbb9f3e95708f00f
iuc
parents:
9
diff
changeset
|
184 <param name="single_paired_selector" value="paired_single" /> |
9
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
185 <param name="forward" ftype="fastq" value="reads_forward.fastq.gz" /> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
186 <param name="reverse" ftype="fastq" value="reads_reverse.fastq.gz" /> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
187 <conditional name="genomebam_option"> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
188 <param name="selector" value="--genomebam"/> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
189 <param name="gtf" value="annotation.gtf.gz"/> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
190 <param name="chromosomes" value="chromosome_size.tabular"/> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
191 </conditional> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
192 <output name="abundance_tab" file="kallisto_quant_out7.tab" ftype="tabular" /> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
193 <assert_command> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
194 <has_text text="--genomebam" /> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
195 <has_text text="--chromosomes" /> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
196 <has_text text="--gtf" /> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
197 </assert_command> |
2568a3b975cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 168993a4e148506b1d3998c536caa2e501c36ccf
iuc
parents:
8
diff
changeset
|
198 </test> |
0
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
199 </tests> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
200 <help> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
201 <![CDATA[ |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
202 kallisto is a program for quantifying abundances of transcripts from RNA-Seq data, or more generally of target sequences using high-throughput sequencing reads. It is based on the novel idea of pseudoalignment for rapidly determining the compatibility of reads with targets, without the need for alignment. On benchmarks with standard RNA-Seq data, kallisto can quantify 30 million human reads in less than 3 minutes on a Mac desktop computer using only the read sequences and a transcriptome index that itself takes less than 10 minutes to build. Pseudoalignment of reads preserves the key information needed for quantification, and kallisto is therefore not only fast, but also as accurate as existing quantification tools. In fact, because the pseudoalignment procedure is robust to errors in the reads, in many benchmarks kallisto significantly outperforms existing tools. |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
203 ]]> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
204 </help> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
205 <expand macro="citations" /> |
59a4c97b85d6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
iuc
parents:
diff
changeset
|
206 </tool> |