annotate hicup_deduplicator.xml @ 0:4c58b834686f draft default tip

planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
author bgruening
date Thu, 09 Mar 2017 08:31:30 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
1 <tool id="hicup_deduplicator" name="Hicup Deduplicator" version="0.1.0">
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
2 <description>removes duplicated di-tags (retaining one copy of each) from the data set.</description>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
3 <macros>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
4 <import>hicup_macros.xml</import>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
5 </macros>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
6 <expand macro="requirements_hicup" />
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
7 <expand macro="stdio" />
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
8
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
9 <command><![CDATA[
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
10 hicup_deduplicator --quiet '$input_file'
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
11 && mv *.dedup.* dataset.dedup_result
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
12 && mv hicup_deduplicator_summary*.txt hicup_deduplicator_summary.txt
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
13 && mv *deduplicator_cis_trans_piechart.svg deduplicator_cis_trans_piechart.svg
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
14 && mv *deduplicator_uniques_barchart.svg deduplicator_uniques_barchart.svg
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
15 ]]></command>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
16 <inputs>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
17 <param name="input_file" type="data" format="bam,sam" label="Input file(s)" help="Input files in bam or sam format."/>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
18 </inputs>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
19 <outputs>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
20 <data name="dedup_result" format="bam,sam" label="Deduplicator Result" from_work_dir="dataset.dedup_result" />
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
21 <expand macro="deduplicator_output" />
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
22 </outputs>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
23 <tests>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
24 <test>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
25 <param name="input_file" value="dataset.filt.sam" ftype="sam"/>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
26 <output name="dataset_hicup" file="dataset.hicup.sam" lines_diff="5" />
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
27 <output name="cis_trans_piechart" file="deduplicator_cis_trans_piechart.svg" ftype="svg" lines_diff="1000"/>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
28 <output name="uniques_barchart" file="deduplicator_uniques_barchart.svg" ftype="svg" lines_diff="1000"/>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
29 <output name="hicup_deduplicator_summary" file="hicup_deduplicator_summary.txt" lines_diff="2"/>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
30 </test>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
31 </tests>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
32 <help><![CDATA[
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
33
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
34 For help please consult the documentation of HiCUP: http://www.bioinformatics.babraham.ac.uk/projects/hicup/overview/
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
35
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
36 To get more information about the deduplicator visit: http://www.bioinformatics.babraham.ac.uk/projects/hicup/scripts_description/#Deduplicator
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
37 ]]></help>
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
38 <expand macro="citation_hicup" />
4c58b834686f planemo upload for repository https://github.com/joachimwolff/galaxytools/tree/hicup/tools/hicup commit f70ecd67ac0a08e34c2a6c7742fe7ce7d1456630
bgruening
parents:
diff changeset
39 </tool>