Mercurial > repos > bgruening > alevin
annotate alevin.xml @ 14:c9944a2600f1 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
author | bgruening |
---|---|
date | Mon, 18 Mar 2024 09:36:09 +0000 |
parents | e661a3269313 |
children |
rev | line source |
---|---|
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
1 <tool id="alevin" name="Alevin" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE_VERSION@"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
2 <description>Quantification and analysis of 3-prime tagged-end single-cell sequencing data</description> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
3 <macros> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
4 <import>macros.xml</import> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
5 </macros> |
14
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
6 <expand macro="xrefs"/> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
9 mkdir ./index |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
10 && mkdir ./output |
3
0a5258e41227
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit cf916eb507ee224812b64663c1d6020eb59eb88c"
bgruening
parents:
2
diff
changeset
|
11 #if $refTranscriptSource.TranscriptSource != "indexed": |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
12 && salmon index -i ./index |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
13 --kmerLen '${refTranscriptSource.s_index.kmer}' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
14 --gencode |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
15 --transcripts '${refTranscriptSource.s_index.fasta}' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
16 #set $index_path = './index' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
17 #else |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
18 #set $index_path = $refTranscriptSource.index.fields.path |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
19 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
20 #if $pairstraight.readselect == 'paired': |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
21 #if $pairstraight.file1.is_of_type("fastq.gz"): |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
22 && cp '${pairstraight.file1}' ./mate1.fastq.gz |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
23 && gunzip ./mate1.fastq.gz |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
24 && cp '${pairstraight.file2}' ./mate2.fastq.gz |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
25 && gunzip ./mate2.fastq.gz |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
26 #else if $pairstraight.file1.is_of_type("fastq.bz2"): |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
27 && cp '${pairstraight.file1}' ./mate1.fastq.bz2 |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
28 && bzip2 -d ./mate1.fastq.bz2 |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
29 && cp '${pairstraight.file2}' ./mate2.fastq.bz2 |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
30 && bzip2 -d ./mate2.fastq.bz2 |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
31 #else: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
32 && ln -s '${pairstraight.file1}' ./mate1.fastq |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
33 && ln -s '${pairstraight.file2}' ./mate2.fastq |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
34 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
35 #else: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
36 #if $pairstraight.unmatedreads.is_of_type("fastq.gz"): |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
37 && cp '${pairstraight.unmatedreads}' ./unmate.fastq.gz |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
38 && gunzip ./unmate.fastq.gz |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
39 #else if $pairstraight.unmatedreads.is_of_type("fastq.bz2"): |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
40 && cp '${pairstraight.unmatedreads}' ./unmate.fastq.bz2 |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
41 && bzip2 -d unmate.fastq.bz2 |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
42 #else: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
43 && ln -s '${pairstraight.unmatedreads}' ./unmate.fastq |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
44 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
45 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
46 |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
47 && ln -s '${tgmap}' ./alevinmap.tsv |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
48 && salmon alevin -l |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
49 #if $pairstraight.readselect == 'paired': |
10
e4c01dcece8b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
9
diff
changeset
|
50 #if $pairstraight.libtype.strandedness == 'A' |
e4c01dcece8b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
9
diff
changeset
|
51 A |
e4c01dcece8b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
9
diff
changeset
|
52 #else |
e4c01dcece8b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
9
diff
changeset
|
53 ${pairstraight.libtype.orientation}${pairstraight.libtype.strandedness} |
e4c01dcece8b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
9
diff
changeset
|
54 #end if |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
55 -i $index_path |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
56 -1 ./mate1.fastq |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
57 -2 ./mate2.fastq |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
58 #else: |
10
e4c01dcece8b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
9
diff
changeset
|
59 '${pairstraight.libtype.strandedness}' |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
60 -i $index_path |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
61 -r zcat ./unmate.fastq |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
62 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
63 -o ./output |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
64 -p "\${GALAXY_SLOTS:-4}" |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
65 ${protocol_cond.protocol} |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
66 #if $protocol_cond.protocol == '--indropV2' |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
67 --w1 '${protocol_cond.w1}' |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
68 #end if |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
69 --tgMap ./alevinmap.tsv |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
70 #if $whitelist: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
71 --whitelist '${optional.whitelist}' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
72 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
73 #if $optional.numCellBootstraps: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
74 --numCellBootstraps '${optional.numCellBootstraps}' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
75 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
76 #if $optional.forceCells: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
77 --forceCells '${optional.forceCells}' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
78 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
79 #if $optional.expectCells: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
80 --expectCells '${optional.expectCells}' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
81 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
82 #if $optional.mrna: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
83 --mrna '${optional.mrna}' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
84 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
85 #if $optional.rrna: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
86 --rrna '${optional.rrna}' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
87 #end if |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
88 #if $optional.keepCBFraction: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
89 --keepCBFraction '${optional.keepCBFraction}' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
90 #end if |
2
e53f19161c59
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
0
diff
changeset
|
91 ${optional.noDedup} |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
92 #if 'dumpBfh' in $output_files: |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
93 --dumpBfh |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
94 #end if |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
95 #if 'dumpFeatures' in $output_files: |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
96 --dumpFeatures |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
97 #end if |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
98 #if 'dumpUmiGraph' in $output_files: |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
99 --dumpUmiGraph |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
100 #end if |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
101 ${optional.dumpMtx} |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
102 #if $optional.maxNumBarcodes: |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
103 --maxNumBarcodes '${optional.maxNumBarcodes}' |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
104 #end if |
4
917f8e439160
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 5dfee8ad03865f59c3e1ac9dd5865fd40e4616ef"
bgruening
parents:
3
diff
changeset
|
105 #if $optional.freqThreshold: |
917f8e439160
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 5dfee8ad03865f59c3e1ac9dd5865fd40e4616ef"
bgruening
parents:
3
diff
changeset
|
106 --freqThreshold '${optional.freqThreshold}' |
917f8e439160
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 5dfee8ad03865f59c3e1ac9dd5865fd40e4616ef"
bgruening
parents:
3
diff
changeset
|
107 #end if |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
108 ## && gunzip output/alevin/quants_tier_mat.gz -> the output is binary file |
2
e53f19161c59
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
0
diff
changeset
|
109 #if $optional.dumpMtx != "--dumpMtx": |
e53f19161c59
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
0
diff
changeset
|
110 && python '$__tool_directory__/vpolo_convert.py' -m |
7
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
111 #else: |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
112 && gunzip output/alevin/quants_mat.mtx.gz |
2
e53f19161c59
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
0
diff
changeset
|
113 #end if |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
114 #if 'dumpUmiGraph' in $output_files: |
2
e53f19161c59
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
0
diff
changeset
|
115 && python '$__tool_directory__/vpolo_convert.py' -u |
e53f19161c59
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
0
diff
changeset
|
116 && sh '$__tool_directory__/umiout.sh' |
e53f19161c59
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
0
diff
changeset
|
117 #end if |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
118 ## those gzip file include binary datasets |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
119 ## #if $optional.numCellBootstraps: |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
120 ## && gunzip output/alevin/quants_mean_mat.gz |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
121 ## && gunzip output/alevin/quants_var_mat.gz |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
122 ## #end if |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
123 #if 'auxiliar_info' in $output_files |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
124 && tar -zcvf aux_info.tar.gz output/aux_info |
7
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
125 #end if |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
126 ]]> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
127 </command> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
128 <inputs> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
129 <expand macro="index"/> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
130 <conditional name="pairstraight"> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
131 <param name="readselect" label="Single or paired-end reads?" type="select"> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
132 <option value="paired">Paired-end</option> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
133 <option value="unmated">Single-end</option> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
134 </param> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
135 <when value="paired"> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
136 <param name="file1" type="data" format="fastq,fastq.gz,fastqsanger.gz,fastq.bz2" label="Mate pair 1" help="CB+UMI raw sequence file(s)"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
137 <param name="file2" type="data" format="fastq,fastq.gz,fastqsanger.gz,fastq.bz2" label="Mate pair 2" help="Read-sequence file(s)"/> |
10
e4c01dcece8b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
9
diff
changeset
|
138 <expand macro="stranded_pe"/> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
139 </when> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
140 <when value="unmated"> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
141 <param name="unmatedreads" type="data" format="fastq,fastq.gz,fastqsanger.gz,fastq.bz2" label="Unmated reads files"/> |
10
e4c01dcece8b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 26e9f1627e91a4be6bdc7e71cd44f1ea1701ee6f"
bgruening
parents:
9
diff
changeset
|
142 <expand macro="stranded_se"/> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
143 </when> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
144 </conditional> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
145 <conditional name="protocol_cond"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
146 <param name="protocol" type="select" label="Type of single-cell protocol" help="In cases where single-cell protocol supports variable length cellbarcodes, alevin adds nucleotide padding to make the lengths uniform. Furthermore, the padding scheme ensures that there are no collisions added in the process."> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
147 <option value="--dropseq">DropSeq Single Cell protocol</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
148 <option value="--chromium">10x chromium v2 Single Cell protocol</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
149 <option value="--chromiumV3">10x chromium v3 Single Cell protocol</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
150 <option value="--gemcode">Gemcode v1 Single Cell protocol</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
151 <option value="--celseq">CEL-Seq Single Cell protocol</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
152 <option value="--celseq2">CEL-Seq2 Single Cell protocol</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
153 <option value="--sciseq3">Sci-RNA-seq3 protocol</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
154 <option value="--indropV2">InDrop v2 protocol</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
155 <option value="--splitSeqV1">SplitSeqV1 protocol</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
156 <option value="--splitSeqV2">SplitSeqV2 protocol</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
157 </param> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
158 <when value="--dropseq"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
159 <when value="--chromium"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
160 <when value="--chromiumV3"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
161 <when value="--gemcode"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
162 <when value="--celseq"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
163 <when value="--celseq2"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
164 <when value="--sciseq3"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
165 <when value="--indropV2"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
166 <param argument="--w1" type="text" value="" label="w1 adapters"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
167 <sanitizer invalid_char=""> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
168 <valid initial="string.letters"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
169 </sanitizer> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
170 <validator type="regex">[ATGC]+</validator> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
171 </param> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
172 </when> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
173 <when value="--splitSeqV1"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
174 <when value="--splitSeqV2"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
175 </conditional> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
176 <param name="tgmap" type="data" format="tsv,tabular" label="Transcript to gene map file" help="Tsv with no header, containing two columns mapping each transcript present in the reference to the corresponding gene (the first column is a transcript and the second is the corresponding gene)."/> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
177 <param name="output_files" type="select" multiple="true" display="checkboxes" label="Extra output files"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
178 <option value="salmon_log">Salmon Quant log file</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
179 <option value="fragment_length">Observed fragment length distribution</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
180 <option value="auxiliar_info">Auxiliar info files</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
181 <option value="dumpUmiGraph">Per cell level parsimonious Umi graph (--dumpUmiGraph)</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
182 <option value="dumpFeatures">Features used by the CB classification and their counts at each cell level (--dumpFeatures)</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
183 <option value="dumpBfh">Full CB-EC-UMI-count data-structure (--dumpBfh)</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
184 <option value="commands">Commands info file</option> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
185 </param> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
186 <section name="optional" title="Advanced options" expanded="false"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
187 <param argument="--whitelist" type="data" format="tsv,tabular" optional="true" label="Whitelist file" help="Explicitly specify whitelist CP for cell detection and CB sequence correction. If not specified, putative CBs generated."/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
188 <param argument="--noDedup" type="boolean" truevalue="--noDedup" falsevalue="" checked="false" label="Skip deduplication step" help="Causes pipeline to only perform CB correction, then maps the read-sequences to the transcriptome generating the interim data-structure of CB-EqClass-UMI-count. Used in parallel with --dumpBarcodeEq or --dumpBfh for the purposes of obtaining raw information or debugging."/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
189 <param argument="--mrna" type="data" format="tsv" optional="true" label="Mito-RNA genes file" help="Single column tsv of mitochondrial genes which are to be used as a feature for CB whitelising naive Bayes classification."/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
190 <param argument="--rrna" type="data" format="tsv" optional="true" label="Ribosomal RNA file" help="Single column tsv of ribosomal genes which are to be used as a feature for CB whitelising naive Bayes classification."/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
191 <param argument="--dumpMtx" type="boolean" truevalue="--dumpMtx" falsevalue="" checked="false" label=" Dump cell v transcripts count matrix in MTX format" help="Converts the default binary format of alevin for gene-count matrix into a human readable mtx (matrix market exchange) sparse format."/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
192 <param argument="--forceCells" type="integer" min="0" optional="true" label="Number of cells" help="Explicitly specify the number of cells."/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
193 <param argument="--expectCells" type="integer" min="0" optional="true" label="Upper bound on expected number of cells" help="define a close upper bound on expected number of cells."/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
194 <param argument="--numCellBootstraps" type="integer" min="0" value="0" optional="true" label="Generate mean and variance for cell x gene matrix by boostrap" help="Performs certain number of bootstrap and generate the mean and variance of the count matrix"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
195 <param argument="--minScoreFraction" type="float" optional="true" label="Minimum allowed score for a mapping" help="This value controls the minimum allowed score for a mapping to be considered valid. It matters only when --validateMappings has been passed to Salmon. The maximum possible score for a fragment is ms = read_len * ma (or ms = (left_read_len + right_read_len) * ma for paired-end reads). |
7
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
196 The argument to --minScoreFraction determines what fraction of the maximum score s a mapping must achieve to be potentially retained. For a minimum score fraction of f, only mappings with a score less than (f * s) will be kept. Mappings with lower scores will be considered as low-quality, and will be discarded."/> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
197 <param argument="--keepCBFraction" type="float" min="0" max="1" optional="true" label="Fraction of cellular barcodes to keep" help="Use 1 to quantify all"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
198 <param argument="--maxNumBarcodes" type="integer" min="0" value="100000" label="Maximum allowable limit to process the cell barcodes" help="Default: 100000"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
199 <param argument="--freqThreshold" type="integer" min="0" value="10" optional="true" label="Minimum frequency for a barcode to be considered" help="Default: 10"/> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
200 </section> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
201 </inputs> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
202 <outputs> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
203 <data name="quants_mat_tsv" label="${tool.name} on ${on_string}: per-cell gene-count matrix (tabular)" format="txt" from_work_dir="quants_mat.tsv"> |
3
0a5258e41227
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit cf916eb507ee224812b64663c1d6020eb59eb88c"
bgruening
parents:
2
diff
changeset
|
204 <filter>optional["dumpMtx"] is not True</filter> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
205 </data> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
206 <data name="quants_mat_mtx" label="${tool.name} on ${on_string}: per-cell gene-count matrix (MTX)" format="mtx" from_work_dir="output/alevin/quants_mat.mtx"> |
2
e53f19161c59
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
0
diff
changeset
|
207 <filter>optional["dumpMtx"]</filter> |
e53f19161c59
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
0
diff
changeset
|
208 </data> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
209 <data name="quants_mat_gz" label="${tool.name} on ${on_string}: per-cell level gene-count matrix (binary)" format="gz" from_work_dir="output/alevin/quants_mat.gz"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
210 <data name="quants_mat_cols_txt" label="${tool.name} on ${on_string}: column headers (gene-ids)" format="txt" from_work_dir="output/alevin/quants_mat_cols.txt"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
211 <data name="quants_mat_rows_txt" label="${tool.name} on ${on_string}: row index (CB-ids)" format="txt" from_work_dir="output/alevin/quants_mat_rows.txt"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
212 <data name="quants_tier_mat" label="${tool.name} on ${on_string}: tier categorization" format="gz" from_work_dir="output/alevin/quants_tier_mat.gz"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
213 <data name="featureDump_txt" label="${tool.name} on ${on_string}: cell-level information (featureDump)" format="txt" from_work_dir="output/alevin/featureDump.txt"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
214 <data name="raw_cb_frequency_txt" label="${tool.name} on ${on_string}: raw CB classification frequencies" format="txt" from_work_dir="output/alevin/raw_cb_frequency.txt"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
215 <filter>output_files and 'dumpFeatures' in output_files</filter> |
4
917f8e439160
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 5dfee8ad03865f59c3e1ac9dd5865fd40e4616ef"
bgruening
parents:
3
diff
changeset
|
216 </data> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
217 <data name="whitelist_txt" label="${tool.name} on ${on_string}: whitelist" format="txt" from_work_dir="output/alevin/whitelist.txt"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
218 |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
219 <data name="auxiliar_files" label="${tool.name} on ${on_string}: auxiliar info files" format="tgz" from_work_dir="aux_info.tar.gz"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
220 <filter>output_files and 'auxiliar_info' in output_files</filter> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
221 </data> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
222 <data name="salmon_quant_log" format="txt" label="${tool.name} on ${on_string}: Salmon log file" from_work_dir="output/logs/salmon_quant.log"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
223 <filter>output_files and 'salmon_log' in output_files</filter> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
224 </data> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
225 <data name="cmd_info" label="${tool.name} on ${on_string}: command info (JSON)" format="json" from_work_dir="output/cmd_info.json"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
226 <filter>output_files and 'commands' in output_files</filter> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
227 </data> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
228 <data name="flenDist_txt" format="txt" label="${tool.name} on ${on_string}: observed fragment length distribution" from_work_dir="output/libParams/flenDist.txt"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
229 <filter>output_files and 'fragment_length' in output_files</filter> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
230 </data> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
231 <data name="bfh_txt" label="${tool.name} on ${on_string}: full CB-EC-UMI-count data-structure" format="txt" from_work_dir="output/alevin/bfh.txt"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
232 <filter>output_files and 'dumpBfh' in output_files</filter> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
233 </data> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
234 <data name="quants_mean_mat" label="${tool.name} on ${on_string}: count matrix mean file" format="gz" from_work_dir="output/alevin/quants_mean_mat.gz"> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
235 <filter>optional["numCellBootstraps"]</filter> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
236 </data> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
237 <data name="quants_var_mat" label="${tool.name} on ${on_string}: count matrix variance file" format="gz" from_work_dir="output/alevin/quants_var_mat.gz"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
238 <filter>optional["numCellBootstraps"]</filter> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
239 </data> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
240 <data name="quants_boot_rows_txt" label="${tool.name} on ${on_string}: bootstraps rows" format="txt" from_work_dir="output/alevin/quants_boot_rows.txt"> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
241 <filter>optional["numCellBootstraps"]</filter> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
242 </data> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
243 <collection name="umigraphs" type="list" label="${tool.name} on ${on_string}: UMI graph PDFs"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
244 <filter>output_files and 'dumpUmiGraph' in output_files</filter> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
245 <discover_datasets pattern="(?P<name>.+)\.pdf" format="pdf" directory="fixed"/> |
2
e53f19161c59
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit c17bc974bf9bbaa1fc1e47ea72162fd244f0e612"
bgruening
parents:
0
diff
changeset
|
246 </collection> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
247 </outputs> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
248 <tests> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
249 <test expect_num_outputs="8"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
250 <conditional name="refTranscriptSource"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
251 <param name="TranscriptSource" value="history"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
252 <section name="s_index"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
253 <param name="fasta" value="minitranscript.fa"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
254 </section> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
255 </conditional> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
256 <conditional name="pairstraight"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
257 <param name="readselect" value="paired"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
258 <param name="file1" value="fastqs/moreminifastq1.fastq.gz"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
259 <param name="file2" value="fastqs/moreminifastq2.fastq.gz"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
260 <param name="orientation" value="I"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
261 <param name="strandedness" value="SR"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
262 </conditional> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
263 <conditional name="protocol_cond"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
264 <param name="protocol" value="--chromium"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
265 </conditional> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
266 <param name="tgmap" value="minitxp.tsv"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
267 <param name="output_files" value="dumpFeatures"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
268 <section name="optional"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
269 <param name="keepCBFraction" value="1"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
270 <param name="freqThreshold" value="5"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
271 <param name="dumpMtx" value="true"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
272 </section> |
14
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
273 <output name="quants_mat_mtx" file="alevin_mat_01.mtx" compare="sim_size" ftype="mtx"> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
274 <assert_contents> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
275 <has_text text="MatrixMarket" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
276 <has_n_columns n="5" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
277 <has_n_lines n="105" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
278 </assert_contents> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
279 </output> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
280 </test> |
4
917f8e439160
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 5dfee8ad03865f59c3e1ac9dd5865fd40e4616ef"
bgruening
parents:
3
diff
changeset
|
281 <test expect_num_outputs="11"> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
282 <conditional name="refTranscriptSource"> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
283 <param name="TranscriptSource" value="history"/> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
284 <section name="s_index"> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
285 <param name="fasta" value="minitranscript.fa"/> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
286 </section> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
287 </conditional> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
288 <conditional name="pairstraight"> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
289 <param name="readselect" value="paired"/> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
290 <param name="file1" value="fastqs/moreminifastq1.fastq.gz"/> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
291 <param name="file2" value="fastqs/moreminifastq2.fastq.gz"/> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
292 <param name="orientation" value="I"/> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
293 <param name="strandedness" value="SR"/> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
294 </conditional> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
295 <conditional name="protocol_cond"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
296 <param name="protocol" value="--chromium"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
297 </conditional> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
298 <param name="tgmap" value="minitxp.tsv"/> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
299 <param name="output_files" value="dumpFeatures"/> |
8
04b494623f8e
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 515548aaa4b79af78c6ffc6bd55f72ee9504d30f"
bgruening
parents:
7
diff
changeset
|
300 <section name="optional"> |
04b494623f8e
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 515548aaa4b79af78c6ffc6bd55f72ee9504d30f"
bgruening
parents:
7
diff
changeset
|
301 <param name="keepCBFraction" value="1"/> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
302 <param name="numCellBootstraps" value="2"/> |
8
04b494623f8e
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 515548aaa4b79af78c6ffc6bd55f72ee9504d30f"
bgruening
parents:
7
diff
changeset
|
303 <param name="freqThreshold" value="5"/> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
304 <param name="dumpMtx" value="true"/> |
8
04b494623f8e
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 515548aaa4b79af78c6ffc6bd55f72ee9504d30f"
bgruening
parents:
7
diff
changeset
|
305 </section> |
14
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
306 <output name="quants_mat_mtx" file="alevin_mat_02.mtx" compare="sim_size" ftype="mtx" > |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
307 <assert_contents> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
308 <has_text text="MatrixMarket" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
309 <has_n_columns n="5" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
310 <has_n_lines n="105" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
311 </assert_contents> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
312 </output> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
313 </test> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
314 <test expect_num_outputs="8"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
315 <conditional name="refTranscriptSource"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
316 <param name="TranscriptSource" value="history"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
317 <section name="s_index"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
318 <param name="fasta" value="minitranscript.fa"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
319 </section> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
320 </conditional> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
321 <conditional name="pairstraight"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
322 <param name="readselect" value="paired"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
323 <param name="file1" value="fastqs/moreminifastq1.fastq.gz"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
324 <param name="file2" value="fastqs/moreminifastq2.fastq.gz"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
325 <param name="orientation" value="I"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
326 <param name="strandedness" value="SR"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
327 </conditional> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
328 <conditional name="protocol_cond"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
329 <param name="protocol" value="-\-indropV2"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
330 <param name="w1" value="ATCAT"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
331 </conditional> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
332 <param name="tgmap" value="minitxp.tsv"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
333 <param name="output_files" value="dumpFeatures"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
334 <section name="optional"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
335 <param name="keepCBFraction" value="1"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
336 <param name="freqThreshold" value="5"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
337 <param name="dumpMtx" value="true"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
338 </section> |
14
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
339 <output name="quants_mat_mtx" file="alevin_mat_indropV2.mtx" compare="sim_size" ftype="mtx"> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
340 <assert_contents> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
341 <has_text text="MatrixMarket" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
342 <has_n_columns n="5" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
343 <has_n_lines n="105" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
344 </assert_contents> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
345 </output> |
7
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
346 </test> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
347 <test expect_num_outputs="14"> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
348 <conditional name="refTranscriptSource"> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
349 <param name="TranscriptSource" value="history"/> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
350 <section name="s_index"> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
351 <param name="fasta" value="minitranscript.fa"/> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
352 </section> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
353 </conditional> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
354 <conditional name="pairstraight"> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
355 <param name="readselect" value="paired"/> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
356 <param name="file1" value="fastqs/moreminifastq1.fastq.gz"/> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
357 <param name="file2" value="fastqs/moreminifastq2.fastq.gz"/> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
358 <param name="orientation" value="I"/> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
359 <param name="strandedness" value="SR"/> |
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
360 </conditional> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
361 <conditional name="protocol_cond"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
362 <param name="protocol" value="--chromium"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
363 </conditional> |
7
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
364 <param name="tgmap" value="minitxp.tsv"/> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
365 <param name="output_files" value="dumpFeatures,salmon_log,fragment_length,auxiliar_info,dumpUmiGraph,dumpBfh,commands"/> |
7
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
366 <section name="optional"> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
367 <param name="dumpMtx" value="true"/> |
7
ff78e9c7b0d8
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit dee6a6f4aa8cbee9f81692fc6f3a2e4ad1f3abf6"
bgruening
parents:
4
diff
changeset
|
368 </section> |
14
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
369 <output name="quants_mat_mtx" file="alevin_mat.mtx" compare="sim_size" ftype="mtx"> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
370 <assert_contents> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
371 <has_text text="MatrixMarket" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
372 <has_n_columns n="5" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
373 <has_n_lines n="17" /> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
374 </assert_contents> |
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
375 </output> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
376 <output name="salmon_quant_log" ftype="txt"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
377 <assert_contents> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
378 <has_text text="Index contained 322 targets"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
379 <has_text text="Counted 14 total reads in the equivalence classes"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
380 </assert_contents> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
381 </output> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
382 <output name="flenDist_txt" file="length_distribution.txt" ftype="txt"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
383 <output name="auxiliar_files" ftype="tgz"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
384 <assert_contents> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
385 <has_size value="1898" delta="100"/> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
386 </assert_contents> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
387 </output> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
388 <output_collection name="umigraphs" type="list" count="14"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
389 <element name="AGTGGGATCTTAACCT"> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
390 <assert_contents> |
14
c9944a2600f1
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 20eabb7209eb447bc66450e955291143694b419a
bgruening
parents:
11
diff
changeset
|
391 <has_size value="4661" delta="1000"/> |
11
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
392 </assert_contents> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
393 </element> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
394 </output_collection> |
e661a3269313
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 10ccc47885ce71e602d66e157bd475f1facbd042
bgruening
parents:
10
diff
changeset
|
395 <output name="bfh_txt" file="full_data_structure.txt" ftype="txt"/> |
0
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
396 </test> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
397 </tests> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
398 <help><![CDATA[ |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
399 @salmonhelp@ |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
400 @alevinhelp@ |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
401 ]]></help> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
402 <expand macro="citations"/> |
908a8d400fa2
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 8f432498890670fd03a197bd3d1aa2638d1ff2b3"
bgruening
parents:
diff
changeset
|
403 </tool> |