annotate qc3c_kmer.xml @ 0:64d1f6186527 draft default tip

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
author thanhlv
date Mon, 07 Oct 2019 04:37:02 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
1 <tool id="qc3c_kmer" name="qc3c_kmer" version="@VERSION@">
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
2 <description>qc3C Kmer-based analysis</description>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
3 <macros>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
4 <import>macros.xml</import>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
5 </macros>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
6 <expand macro="requirements" />
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
7 <expand macro="version_command" />
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
9 jellyfish count -m $kmer_size -s 2G -C -o kmers.jf $fastq &&
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
10
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
11 qc3C kmer
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
12 #if str($sample_rate) != "0":
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
13 -p $sample_rate
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
14 #end if
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
15 -s $seed
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
16 --write_report
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
17 $verbose
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
18 -t \${GALAXY_SLOTS:-1}
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
19 --output-path './out'
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
20 -m $mean_insert
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
21 --output-table table.tsv
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
22 -x $max_coverage
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
23 -l kmers.jf
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
24 #if str($neb_name) != "":
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
25 #for $enzyme in str($neb_name).split(',')
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
26 -e $enzyme
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
27 #end for
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
28 #end if
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
29 -r $fastq
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
30 ]]></command>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
31
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
32 <inputs>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
33 <param name="fastq" type="data" format="fastq,fastqsanger,fastq.gz,fastqsanger.gz" label="FastQ format reads" />
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
34 <param name="sample_rate" type="float" min="0" value="0" label="Sample only a proportion of all read-pairs"/>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
35 <param name="seed" type="integer" min="1" value="20191902" label="Minimum cluster extent used in output"/>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
36 <param name="min_insert" type="integer" min="0" value="0" label="Mean fragment length to use in estimating the unobserved junction rate" />
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
37 <param name="max_coverage" type="integer" min="0" value="500" label="Ignore regions with more than this coverage" />
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
38 <param name="kmer_size" type="integer" min="0" value="24" label="Kmer size" />
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
39 <param name="neb_name" type="text" value="" label="Case-sensitive NEB enzyme name. Use multiple times for
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
40 multiple enzymes" />
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
41 <param name="output_table" type="boolean" truevalue="true" falsevalue="" checked="false" label="Save the collected per-read statistics table to a file" />
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
42 <param name="verbose" type="boolean" truevalue="--verbose" falsevalue="" checked="false" label="Verbose output" />
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
43 </inputs>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
44
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
45 <outputs>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
46 <data name="report" format="json" label="{tool.name} on ${on_string} Report" from_work_dir="out/report.jsonl"/>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
47 <data name="table" format="tabular" label="{tool.name} on ${on_string} Table" from_work_dir="out/table.tsv"/>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
48 <data name="log" format="text" label="{tool.name} on ${on_string} Log" from_work_dir="out/qc3C.log"/>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
49 </outputs>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
50
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
51 <tests>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
52 <test>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
53 </test>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
54 </tests>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
55 <help><![CDATA[
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
56
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
57 Documentation can be found at `<https://github.com/cerebis/bin3C>`_.
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
58
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
59 ]]></help>
64d1f6186527 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/qc3c commit bd5512047445d9a39a198b7cffeba78fe7b9d140-dirty
thanhlv
parents:
diff changeset
60 </tool>