annotate pycoqc.xml @ 3:fae03f3d4bf7 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 4850c9f31e2cf1edb05d5c8cd0c8ec8be12329c9
author iuc
date Mon, 11 Mar 2024 15:25:55 +0000
parents dc1500f42073
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
2 <tool id="pycoqc" name="Pycoqc" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
2
dc1500f42073 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
3 <description>
dc1500f42073 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
4 quality control for Nanopore sequencing data
dc1500f42073 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
5 </description>
0
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
6 <macros>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
7 <import>macros.xml</import>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
8 </macros>
3
fae03f3d4bf7 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 4850c9f31e2cf1edb05d5c8cd0c8ec8be12329c9
iuc
parents: 2
diff changeset
9 <expand macro="xrefs"/>
0
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
10 <expand macro="requirements"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
11
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
12 <expand macro="version_command"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
13
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
14 <command detect_errors="exit_code"><![CDATA[
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
15 pycoQC
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
16 --min_pass_qual '$min_pass_qual'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
17 --min_pass_len '$min_pass_len'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
18 #if $filter_calibration:
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
19 '$filter_calibration'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
20 #end if
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
21 #if $filter_duplicated:
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
22 '$filter_duplicated'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
23 #end if
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
24 --min_barcode_percent '$min_barcode_percent'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
25 --report_title '$report_title'
2
dc1500f42073 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
26 ## can be implemented in future - --template_file
dc1500f42073 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
27 ## can be implemented in future - --config_file
0
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
28 #if $skip_coverage_plot
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
29 '$skip_coverage_plot'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
30 #end if
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
31 --sample '$sample'
2
dc1500f42073 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
32 ## can be implemented in future --default_config
0
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
33 --summary_file '$summary_file'
2
dc1500f42073 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
34 ## can be implemented in future --barcode_file
0
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
35 #if $bam_file:
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
36 --bam_file '$bam_file'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
37 #end if
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
38 --html_outfile '$out_html'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
39 #if $out_json:
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
40 --json_outfile '$out_json'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
41 #end if
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
42 ]]></command>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
43 <inputs>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
44 <param argument="--summary_file" type="data" format="txt,tabular" label="A sequencing_summary file" help="Must be generated by Albacore 1.0.0 + (read_fast5_basecaller.py) / Guppy 2.1.3+ (guppy_basecaller)" />
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
45 <!-- <param argument="barcode_file" type="data" format="txt" label="" /> -->
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
46 <param argument="--bam_file" type="data" format="bam" label="An alignment file generated by aligning the reads described in the sequencing_summary file" optional="true"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
47 <param name="output_json_bool" type="boolean" checked="true" label="Output JSON Summary File?"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
48 <param argument="--min_pass_qual" type="integer" value="7" min="0" label="Minimum quality to consider a read as 'pass'" />
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
49 <param argument="--min_pass_len" type="integer" value="0" min="0" label="Minimum read length to consider a read as 'pass'"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
50 <param argument="--filter_calibration" type="boolean" checked="false" truevalue="--filter_calibration" falsevalue="" label="Filter Calibration?" help="If yes, reads flagged as calibration strand by the basecaller are removed" />
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
51 <param argument="--filter_duplicated" type="boolean" checked="false" truevalue="--filter_duplicated" falsevalue="" label="Filter Duplicated?" help="If yes, duplicated read_ids are removed but the first occurence is kept (Guppy sometimes outputs the same read multiple times)" />
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
52 <param argument="--min_barcode_percent" type="float" value="0.1" label="Minimal percent of total reads to retain barcode label" help="If below, the barcode value is set as unclassified" />
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
53 <param argument="--report_title" type="text" value="PycoQC report" label="Title to use in the html report" />
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
54 <param argument="--skip_coverage_plot" type="boolean" checked="false" truevalue="--skip_coverage_plot" falsevalue="" label="Skip the coverage plot in HTML report?" help="Useful when using a reference file containing many sequences, i.e. transcriptome" />
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
55 <param argument="--sample" type="integer" label="Number of reads will be randomly selected instead of the entire dataset for ploting function" help="(deterministic sampling)" value="100000"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
56 </inputs>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
57 <outputs>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
58 <!-- standard -->
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
59 <data name="out_html" format="html" label="${tool.name} on ${on_string}: HTML Report"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
60 <data name="out_json" format="json" label="${tool.name} on ${on_string}: JSON Summary">
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
61 <filter>output_json_bool</filter>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
62 </data>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
63 </outputs>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
64 <tests>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
65 <!-- #1 default -->
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
66 <test expect_num_outputs="2">
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
67 <param name="summary_file" value="test.txt"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
68 <output name="out_html">
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
69 <assert_contents>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
70 <has_line line="&lt;!doctype html&gt;"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
71 <has_n_lines n="300"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
72 </assert_contents>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
73 </output>
1
3a2f2e24c37e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 3e30ad2c5cdb20dcb12d4ca2747f93fcd57b67b0"
iuc
parents: 0
diff changeset
74 <output name="out_json" file="test.json" lines_diff="2"/>
0
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
75 </test>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
76 </tests>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
77 <help><![CDATA[
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
78 .. class:: infomark
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
79
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
80 **What it does**
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
81
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
82 @WID@
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
83
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
84 **Input**
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
85
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
86 - Guppy Sequencing Summary Output (tsv)
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
87 - Aligned Reads (bam) (Optional)
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
88
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
89 **Output**
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
90
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
91 - Output QC Report (HTML)
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
92 - Output QC Metrics (JSON)
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
93
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
94
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
95 **References**
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
96
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
97 @REFERENCES@
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
98 ]]></help>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
99 <expand macro="citations"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
100 </tool>