annotate pycoqc.xml @ 2:d65cec95072e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
author iuc
date Mon, 25 Sep 2023 08:28:59 +0000
parents a6f21ef054b3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e8602b5ce6f "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"?>
3e8602b5ce6f "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
d65cec95072e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
3 <description>
d65cec95072e 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
d65cec95072e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
5 </description>
0
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
6 <macros>
3e8602b5ce6f "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>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
8 </macros>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
9 <expand macro="requirements"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
10
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
11 <expand macro="version_command"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
12
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
13 <command detect_errors="exit_code"><![CDATA[
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
14 pycoQC
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
15 --min_pass_qual '$min_pass_qual'
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
16 --min_pass_len '$min_pass_len'
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
17 #if $filter_calibration:
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
18 '$filter_calibration'
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
19 #end if
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
20 #if $filter_duplicated:
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
21 '$filter_duplicated'
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
22 #end if
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
23 --min_barcode_percent '$min_barcode_percent'
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
24 --report_title '$report_title'
2
d65cec95072e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
25 ## can be implemented in future - --template_file
d65cec95072e 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 - --config_file
0
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
27 #if $skip_coverage_plot
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
28 '$skip_coverage_plot'
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
29 #end if
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
30 --sample '$sample'
2
d65cec95072e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
31 ## can be implemented in future --default_config
0
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
32 --summary_file '$summary_file'
2
d65cec95072e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 6bada3b3ee8791dd7fc2689f8a6023313cb4a0c4
iuc
parents: 1
diff changeset
33 ## can be implemented in future --barcode_file
0
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
34 #if $bam_file:
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
35 --bam_file '$bam_file'
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
36 #end if
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
37 --html_outfile '$out_html'
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
38 #if $out_json:
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
39 --json_outfile '$out_json'
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
40 #end if
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
41 ]]></command>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
42 <inputs>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
43 <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)" />
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
44 <!-- <param argument="barcode_file" type="data" format="txt" label="" /> -->
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
45 <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"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
46 <param name="output_json_bool" type="boolean" checked="true" label="Output JSON Summary File?"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
47 <param argument="--min_pass_qual" type="integer" value="7" min="0" label="Minimum quality to consider a read as 'pass'" />
3e8602b5ce6f "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_len" type="integer" value="0" min="0" label="Minimum read length to consider a read as 'pass'"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
49 <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" />
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
50 <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)" />
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
51 <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" />
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
52 <param argument="--report_title" type="text" value="PycoQC report" label="Title to use in the html report" />
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
53 <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" />
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
54 <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"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
55 </inputs>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
56 <outputs>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
57 <!-- standard -->
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
58 <data name="out_html" format="html" label="${tool.name} on ${on_string}: HTML Report"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
59 <data name="out_json" format="json" label="${tool.name} on ${on_string}: JSON Summary">
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
60 <filter>output_json_bool</filter>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
61 </data>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
62 </outputs>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
63 <tests>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
64 <!-- #1 default -->
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
65 <test expect_num_outputs="2">
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
66 <param name="summary_file" value="test.txt"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
67 <output name="out_html">
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
68 <assert_contents>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
69 <has_line line="&lt;!doctype html&gt;"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
70 <has_n_lines n="300"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
71 </assert_contents>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
72 </output>
1
a6f21ef054b3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 3e30ad2c5cdb20dcb12d4ca2747f93fcd57b67b0"
iuc
parents: 0
diff changeset
73 <output name="out_json" file="test.json" lines_diff="2"/>
0
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
74 </test>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
75 </tests>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
76 <help><![CDATA[
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
77 .. class:: infomark
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
78
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
79 **What it does**
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
80
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
81 @WID@
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
82
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
83 **Input**
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
84
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
85 - Guppy Sequencing Summary Output (tsv)
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
86 - Aligned Reads (bam) (Optional)
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
87
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
88 **Output**
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
89
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
90 - Output QC Report (HTML)
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
91 - Output QC Metrics (JSON)
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
92
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
93
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
94 **References**
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
95
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
96 @REFERENCES@
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
97 ]]></help>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
98 <expand macro="citations"/>
3e8602b5ce6f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
iuc
parents:
diff changeset
99 </tool>