annotate pycoqc.xml @ 1:3a2f2e24c37e draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 3e30ad2c5cdb20dcb12d4ca2747f93fcd57b67b0"
author iuc
date Thu, 11 Mar 2021 16:25:17 +0000
parents 6fd0573c0e93
children dc1500f42073
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@">
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
3 <description></description>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
4 <macros>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
5 <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
6 </macros>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
8
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
9 <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
10
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
11 <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
12 pycoQC
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
13 --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
14 --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
15 #if $filter_calibration:
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
16 '$filter_calibration'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
17 #end if
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
18 #if $filter_duplicated:
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
19 '$filter_duplicated'
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 --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
22 --report_title '$report_title'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
23 ## TODO in future - --template_file
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
24 ## TODO in future - --config_file
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
25 #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
26 '$skip_coverage_plot'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
27 #end if
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
28 --sample '$sample'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
29 ## TODO in future --default_config
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
30 --summary_file '$summary_file'
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
31 ## TODO in future --barcode_file
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
32 #if $bam_file:
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
33 --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
34 #end if
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
35 --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
36 #if $out_json:
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
37 --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
38 #end if
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
39 ]]></command>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
40 <inputs>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
41 <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
42 <!-- <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
43 <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
44 <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
45 <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
46 <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
47 <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
48 <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
49 <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
50 <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
51 <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
52 <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
53 </inputs>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
54 <outputs>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
55 <!-- standard -->
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
56 <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
57 <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
58 <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
59 </data>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
60 </outputs>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
61 <tests>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
62 <!-- #1 default -->
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
63 <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
64 <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
65 <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
66 <assert_contents>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
67 <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
68 <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
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 </output>
1
3a2f2e24c37e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 3e30ad2c5cdb20dcb12d4ca2747f93fcd57b67b0"
iuc
parents: 0
diff changeset
71 <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
72 </test>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
73 </tests>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
74 <help><![CDATA[
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
75 .. class:: infomark
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
76
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
77 **What it does**
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
78
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
79 @WID@
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
80
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
81 **Input**
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
82
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
83 - 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
84 - 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
85
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
86 **Output**
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
87
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
88 - 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
89 - 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
90
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
91
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
92 **References**
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 @REFERENCES@
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
95 ]]></help>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
96 <expand macro="citations"/>
6fd0573c0e93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
97 </tool>