annotate NanoPlot.xml @ 0:52095f4e027b draft default tip

planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
author youyuh48
date Wed, 29 Aug 2018 22:51:00 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
1 <tool id="NanoPlot" name="NanoPlot" version="0.1.0">
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
2 <description>Plotting scripts for long read sequencing data</description>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
3 <requirements>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
4 <requirement type="package" version="1.13.0">nanoplot</requirement>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
5 </requirements>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
6 <command detect_errors="exit_code">
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
7 <![CDATA[
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
8 NanoPlot
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
9 $barcoded
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
10 --summary "$input"
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
11 -o report
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
12 -t \${GALAXY_SLOTS:-1}
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
13
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
14 && mv report/NanoPlot-report.html output.html
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
15 ]]>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
16 </command>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
17 <inputs>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
18 <param name="input" type="data" format="txt" label="Albacore's summary file"/>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
19 <param name="barcoded" type="boolean" label="barcoded" truevalue="--barcoded" falsevalue="" help="Use if you want to split the summary file by barcode"/>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
20 </inputs>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
21 <outputs>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
22 <data format="html" name="output" from_work_dir="output.html" label="${tool.name} on ${on_string}"/>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
23 </outputs>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
24 <tests>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
25 <test>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
26 <param name="input" value="sequencing_summary.txt"/>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
27 <output name="output" file="NanoPlot-report.html" ftype="html"/>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
28 </test>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
29 </tests>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
30 <help>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
31 <![CDATA[
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
32 usage: NanoPlot [-h] [-v] [-t THREADS] [--verbose] [--store] [--raw] [-o OUTDIR] [-p PREFIX] [--maxlength N]
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
33 [--minlength N] [--drop_outliers] [--downsample N] [--loglength] [--percentqual] [--alength]
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
34 [--minqual N] [--readtype {1D,2D,1D2}] [--barcoded] [-c COLOR]
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
35 [-f {eps,jpeg,jpg,pdf,pgf,png,ps,raw,rgba,svg,svgz,tif,tiff}]
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
36 [--plots [{kde,hex,dot,pauvre} [{kde,hex,dot,pauvre} ...]]] [--listcolors] [--no-N50] [--N50]
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
37 [--title TITLE]
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
38 (--fastq file [file ...] | --fasta file [file ...] | --fastq_rich file [file ...] | --fastq_minimal file [file ...] | --summary file [file ...] | --bam file [file ...] | --cram file [file ...] | --pickle pickle)
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
39 ]]>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
40 </help>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
41 <citations>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
42 <citation type="doi">10.1093/bioinformatics/bty149</citation>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
43 </citations>
52095f4e027b planemo upload for repository https://github.com/youyuh48/galaxy-tools/tree/master/tools/NanoPlot
youyuh48
parents:
diff changeset
44 </tool>