annotate qc3c_bam.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_bam" name="qc3c_bam" 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 Alignment-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 qc3C bam
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 -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
11 -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
12 --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
13 $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
14 -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
15 --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
16 -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
17 -q $min_mapq
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 #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
19 #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
20 -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
21 #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
22 #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
23 -b $bam
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 ]]></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
25
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 <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
27 <param name="bam" type="data" format="bam" label="Input name-sorted bam file of Hi-C reads mapped to references" />
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 <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
29 <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
30 <param name="min_insert" type="integer" min="0" value="0" label="Minimum pair separation" />
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 <param name="min_mapq" type="integer" min="0" value="60" label="Minimum acceptable mapping quality" />
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 <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
33 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
34 <param name="verbose" type="boolean" truevalue="--verbose" falsevalue="" checked="false" label="Create a result report in JSONLines format" />
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 </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
36
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 <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
38 <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
39 <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
40 </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
41
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 <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
43 <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
44 </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
45 </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
46 <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
47
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 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
49
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 ]]></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
51 <expand macro="citations" />
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 </tool>