Mercurial > repos > iuc > umi_tools_count
annotate umi-tools_counts.xml @ 14:4f44381e2135 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit 11a7415c7f8a44a3f990080533c1de43a41d1e2e
| author | iuc |
|---|---|
| date | Fri, 28 Feb 2025 20:38:38 +0000 |
| parents | 4f81fcb5d271 |
| children |
| rev | line source |
|---|---|
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
1 <tool id="umi_tools_count" name="UMI-tools count" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
|
1
807eb1f05add
planemo upload commit 9a3aeb2c588f9f67824ea5568923ce70b048499a
iuc
parents:
0
diff
changeset
|
2 <description>performs quantification of UMIs from BAM files</description> |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
3 <macros> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
5 </macros> |
|
12
4f81fcb5d271
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
iuc
parents:
8
diff
changeset
|
6 <expand macro="bio_tools"/> |
|
14
4f44381e2135
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit 11a7415c7f8a44a3f990080533c1de43a41d1e2e
iuc
parents:
12
diff
changeset
|
7 <expand macro="requirements"/> |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
9 #import re |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
10 @LINK_SAM_BAM_INPUT@ |
|
1
807eb1f05add
planemo upload commit 9a3aeb2c588f9f67824ea5568923ce70b048499a
iuc
parents:
0
diff
changeset
|
11 |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
12 umi_tools count |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
13 '$wide_format_cell_counts' |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
14 @BARCODE_OPTIONS@ |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
15 @UMI_GROUPING_OPTIONS@ |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
16 @SC_OPTIONS@ |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
17 @SAMBAM_OPTIONS@ |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
18 @ADVANCED_OPTIONS@ |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
19 -I '$input_file' -S '$out_counts' |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
20 @LOG@ |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
21 #if str($cond_extra.prepender) != "none": |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
22 #if str($cond_extra.prepender) == "string": |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
23 #set $replacer = str($cond_extra.custom_label) |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
24 #else |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
25 #set $replacer = re.sub('[^\w\_]+', '_', str($input.element_identifier.rsplit('.',1)[0])) |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
26 #end if |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
27 && sed -i -r '1s|\b([ACGT]+)\b|'"$replacer"'_\1|g' '$out_counts' |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
28 #end if |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
29 ]]></command> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
30 <inputs> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
31 <param name="input" type="data" format="sam,bam" label="Reads to deduplicate in SAM or BAM format" help="Please use the samtools sort tool to ensure a correct BAM input" /> |
|
12
4f81fcb5d271
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
iuc
parents:
8
diff
changeset
|
32 <param name="wide_format_cell_counts" type="boolean" truevalue="--wide-format-cell-counts" falsevalue="" checked="true" label="Output a matrix of genes and cells, instead of a flat file" /> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
33 <expand macro="barcode_options_macro"/> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
34 <expand macro="umi_grouping_options_macro"/> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
35 <expand macro="sambam_options_macro"/> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
36 <expand macro="sc_options_macro"/> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
37 <expand macro="advanced_options_macro"/> |
|
3
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
38 <conditional name="cond_extra" > |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
39 <param name="prepender" type="select" label="Prepend a label to all column headers" help="This preserves uniqueness when merging with other files with the same headers. Note: filename must not contain a '.' character" > |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
40 <option value="none" selected="true" >No modifications</option> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
41 <option value="string">Custom Label</option> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
42 <option value="dataset name">Dataset Name</option> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
43 </param> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
44 <when value="none"></when> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
45 <when value="dataset name"></when> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
46 <when value="string"> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
47 <param name="custom_label" type="text" label="Label to Prepend" > |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
48 <sanitizer invalid_char=""> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
49 <valid initial="string.letters,string.digits"> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
50 <add value="-"/> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
51 <add value="_"/> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
52 <add value="."/> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
53 </valid> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
54 </sanitizer> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
55 </param> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
56 </when> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
57 </conditional> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
58 <expand macro="log_input_macro"/> |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
59 </inputs> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
60 <outputs> |
|
1
807eb1f05add
planemo upload commit 9a3aeb2c588f9f67824ea5568923ce70b048499a
iuc
parents:
0
diff
changeset
|
61 <data name="out_counts" format="tabular" /> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
62 <expand macro="log_output_macro"/> |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
63 </outputs> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
64 <tests> |
|
12
4f81fcb5d271
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
iuc
parents:
8
diff
changeset
|
65 <test expect_num_outputs="1"><!--count_single_gene_tag:--> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
66 <param name="input" value="chr19_gene_tags.bam" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
67 <section name="advanced"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
68 <param name="random_seed" value="123456789" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
69 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
70 <section name="sc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
71 <param name="gene_tag" value="XF" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
72 <param name="skip_tags_regex" value="^[__|Unassigned]" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
73 <param name="per_cell" value="false" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
74 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
75 <conditional name="bc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
76 <param name="extract_umi_method" value="umis" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
77 </conditional> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
78 <section name="umi"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
79 <param name="method" value="directional" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
80 </section> |
|
1
807eb1f05add
planemo upload commit 9a3aeb2c588f9f67824ea5568923ce70b048499a
iuc
parents:
0
diff
changeset
|
81 <param name="wide_format_cell_counts" value="false" /> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
82 <output name="out_counts" value="count_single_gene_tag.tsv" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
83 </test> |
|
12
4f81fcb5d271
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
iuc
parents:
8
diff
changeset
|
84 <test expect_num_outputs="1"><!--count_single_gene_tag .. with sam input--> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
85 <param name="input" value="chr19_gene_tags.sam" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
86 <section name="advanced"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
87 <param name="random_seed" value="123456789" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
88 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
89 <section name="sc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
90 <param name="gene_tag" value="XF" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
91 <param name="skip_tags_regex" value="^[__|Unassigned]" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
92 <param name="per_cell" value="false" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
93 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
94 <conditional name="bc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
95 <param name="extract_umi_method" value="umis" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
96 </conditional> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
97 <section name="umi"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
98 <param name="method" value="directional" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
99 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
100 <param name="wide_format_cell_counts" value="false" /> |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
101 <output name="out_counts" value="count_single_gene_tag.tsv" /> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
102 </test> |
|
12
4f81fcb5d271
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
iuc
parents:
8
diff
changeset
|
103 <test expect_num_outputs="1"><!--count_single_cells_gene_tag:--> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
104 <param name="input" value="chr19_gene_tags.bam" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
105 <section name="advanced"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
106 <param name="random_seed" value="123456789" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
107 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
108 <section name="sc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
109 <param name="gene_tag" value="XF" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
110 <param name="skip_tags_regex" value="^[__|Unassigned]" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
111 <param name="per_cell" value="true" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
112 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
113 <conditional name="bc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
114 <param name="extract_umi_method" value="umis" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
115 </conditional> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
116 <section name="umi"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
117 <param name="method" value="directional" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
118 </section> |
|
1
807eb1f05add
planemo upload commit 9a3aeb2c588f9f67824ea5568923ce70b048499a
iuc
parents:
0
diff
changeset
|
119 <param name="wide_format_cell_counts" value="false" /> |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
120 <output name="out_counts" value="count_single_cells_gene_tag.tsv" /> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
121 </test> |
|
12
4f81fcb5d271
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
iuc
parents:
8
diff
changeset
|
122 <test expect_num_outputs="1"><!--count_single_cells_wide_gene_tag:--> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
123 <param name="input" value="chr19_gene_tags.bam" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
124 <section name="advanced"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
125 <param name="random_seed" value="123456789" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
126 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
127 <section name="sc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
128 <param name="gene_tag" value="XF" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
129 <param name="skip_tags_regex" value="^[__|Unassigned]" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
130 <param name="per_cell" value="true" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
131 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
132 <conditional name="bc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
133 <param name="extract_umi_method" value="umis" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
134 </conditional> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
135 <section name="umi"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
136 <param name="method" value="directional" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
137 </section> |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
138 <param name="wide_format_cell_counts" value="true" /> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
139 <output name="out_counts" value="count_single_cells_gene_tag_wide.tsv" /> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
140 </test> |
|
12
4f81fcb5d271
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
iuc
parents:
8
diff
changeset
|
141 <test expect_num_outputs="1"><!-- count ENSDARG00000019692, with defaults --> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
142 <param name="input" value="fc.ENSDARG00000019692.bam" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
143 <section name="advanced"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
144 <param name="random_seed" value="0" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
145 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
146 <section name="sc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
147 <param name="gene_tag" value="XT" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
148 <param name="per_cell" value="true" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
149 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
150 <section name="umi"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
151 <param name="method" value="unique" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
152 </section> |
|
1
807eb1f05add
planemo upload commit 9a3aeb2c588f9f67824ea5568923ce70b048499a
iuc
parents:
0
diff
changeset
|
153 <output name="out_counts" value="fc.ENSDARG00000019692.counts" /> |
|
807eb1f05add
planemo upload commit 9a3aeb2c588f9f67824ea5568923ce70b048499a
iuc
parents:
0
diff
changeset
|
154 </test> |
|
12
4f81fcb5d271
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
iuc
parents:
8
diff
changeset
|
155 <test expect_num_outputs="1"><!-- count ENSDARG00000019692, relabel string --> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
156 <param name="input" value="fc.ENSDARG00000019692.bam" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
157 <section name="advanced"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
158 <param name="random_seed" value="0" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
159 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
160 <section name="sc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
161 <param name="gene_tag" value="XT" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
162 <param name="per_cell" value="true" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
163 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
164 <section name="umi"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
165 <param name="method" value="unique" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
166 </section> |
|
3
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
167 <conditional name="cond_extra" > |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
168 <param name="prepender" value="string" /> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
169 <param name="custom_label" value="test" /> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
170 </conditional> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
171 <output name="out_counts" value="fc.ENSDARG00000019692.counts.test" /> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
172 </test> |
|
12
4f81fcb5d271
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
iuc
parents:
8
diff
changeset
|
173 <test expect_num_outputs="1"><!-- count ENSDARG00000019692, relabel filename --> |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
174 <param name="input" value="fc.ENSDARG00000019692.bam" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
175 <section name="advanced"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
176 <param name="random_seed" value="0" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
177 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
178 <section name="sc"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
179 <param name="gene_tag" value="XT" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
180 <param name="per_cell" value="true" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
181 </section> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
182 <section name="umi"> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
183 <param name="method" value="unique" /> |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
184 </section> |
|
3
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
185 <conditional name="cond_extra" > |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
186 <param name="prepender" value="dataset name" /> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
187 </conditional> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
188 <output name="out_counts" value="fc.ENSDARG00000019692.counts.name" /> |
|
199dfadab14d
planemo upload commit a7a086ce7d7d84f53d4a022fa1da25ef7b9a5b9a
iuc
parents:
1
diff
changeset
|
189 </test> |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
190 </tests> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
191 <help><![CDATA[ |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
192 |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
193 count - Count reads per gene from BAM using UMIs and mapping coordinates |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
194 ======================================================================== |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
195 |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
196 This tool is only designed to work with library preparation |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
197 methods where the fragmentation occurs after amplification, as per |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
198 most single cell RNA-Seq methods (e.g 10x, inDrop, Drop-seq, SCRB-seq |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
199 and CEL-seq2). Since the precise mapping co-ordinate is not longer |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
200 informative for such library preparations, it is simplified to the |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
201 gene. This is a reasonable approach providing the number of available |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
202 UMIs is sufficiently high and the sequencing depth is sufficiently low |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
203 that the probability of two reads from the same gene having the same |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
204 UMIs is acceptably low. |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
205 |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
206 If you want to count reads per gene for library preparations which |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
207 fragment prior to amplification (e.g bulk RNA-Seq), please use |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
208 ``umi_tools dedup`` to remove the duplicate reads as this will use the |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
209 full information from the mapping co-ordinate. Then use a read |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
210 counting tool such as FeatureCounts or HTSeq to count the reads per |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
211 gene. |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
212 |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
213 In the rare case of bulk RNA-Seq using a library preparation method |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
214 with fragmentation after amplification, one can still use ``count`` but |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
215 note that it has not been tested on bulk RNA-Seq. |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
216 |
|
8
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
217 This tool deviates from group and dedup in that the ``--per-gene`` option |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
218 is hardcoded on. |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
219 |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
220 @BARCODE_HELP@ |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
221 |
|
733b904db6bb
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bf6a3aa532e8f9d122da4c1e39f3e256ae587b79"
iuc
parents:
6
diff
changeset
|
222 @UMI_GROUPING_HELP@ |
|
0
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
223 |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
224 ]]></help> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
225 <expand macro="citations" /> |
|
1a893fb3ab98
planemo upload commit c79a5f4a05156bb2a6035a844aa9ad8f0e59ecb5
iuc
parents:
diff
changeset
|
226 </tool> |
