annotate nanoplot.xml @ 7:7b379e98b9a9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
author iuc
date Thu, 07 Mar 2024 08:46:06 +0000
parents 0f1c34698076
children a02b8b3f5a0c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
1 <tool id="nanoplot" name="NanoPlot" version="@TOOL_VERSION@+galaxy0" profile="22.05">
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
2 <description>Plotting suite for Oxford Nanopore sequencing data and alignments</description>
2
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
3 <macros>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
4 <token name="@TOOL_VERSION@">1.42.0</token>
2
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
5 </macros>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
6 <xrefs>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
7 <xref type="bio.tools">nanoplot</xref>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
8 </xrefs>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
9 <requirements>
2
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
10 <requirement type="package" version="@TOOL_VERSION@">nanoplot</requirement>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
11 </requirements>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
12 <!--stdio>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
13 Not needed anymore, because we do not generate the static PNGs anymore.
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
14 I will leave this in, in the case we activate the PNGs at some point again.
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
15 <regex match="kaleido problem" source="stderr" level="fatal" description="No static plots are saved due to some kaleido problem"/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
16 </stdio-->
2
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
17 <version_command>NanoPlot --version</version_command>
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
18 <command detect_errors="exit_code"><![CDATA[
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
19 ## set TMPDIR if not already set by admin
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
20 ## otherwise kalleido fails with `Less than 64MB of free space in temporary directory for shared memory files: 0`
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
21 ## export TMPDIR=\${TMPDIR:-\$_GALAXY_JOB_TMP_DIR};
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
22
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
23 #set $myfiles = $mode.reads.files
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
24 #set reads_temp = []
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
25 #if $mode.choice == 'combined':
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
26 #for $i, $f in enumerate($myfiles)
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
27 #if $f.ext.startswith("fastq"):
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
28 #set $extension = 'fastq'
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
29 #else
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
30 #set $extension = $f.ext
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
31 #end if
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
32 #if $f.ext.endswith(".gz"):
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
33 #set $f = $extension + ".gz"
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
34 #else if $f.ext.endswith(".bz"):
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
35 #set $extension = $extension + "bz2"
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
36 #end if
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
37 ln -s '$f' './read_${i}.$extension' &&
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
38 #if "bam" in $extension
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
39 ln -s '$f.metadata.bam_index' './read_${i}.${extension}.bai' &&
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
40 #end if
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
41 $reads_temp.append("read_" + str($i) + "." + str($extension))
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
42 #end for
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
43 #else
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
44 #if $myfiles.ext.startswith("fastq"):
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
45 #set $extension = 'fastq'
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
46 #else
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
47 #set $extension = $myfiles.ext
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
48 #end if
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
49 #if $myfiles.ext.endswith(".gz"):
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
50 #set $extension = $extension + ".gz"
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
51 #else if $myfiles.ext.endswith(".bz"):
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
52 #set $extension = $extension + "bz2"
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
53 #end if
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
54 ln -s '$myfiles' './read.$extension' &&
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
55 #if "bam" in $extension
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
56 ln -s '$myfiles.metadata.bam_index' './read.${extension}.bai' &&
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
57 #end if
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
58 $reads_temp.append("read." + str($extension))
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
59 #end if
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
60
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
61 NanoPlot
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
62 --threads \${GALAXY_SLOTS:-4}
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
63 --tsv_stats
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
64 --no_static
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
65 --$mode.reads.type ${' '.join($reads_temp)}
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
66 #if $filter.maxlength
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
67 --maxlength $filter.maxlength
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
68 #end if
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
69 #if $filter.minlength
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
70 --minlength $filter.minlength
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
71 #end if
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
72 #if $filter.downsample
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
73 --downsample $filter.downsample
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
74 #end if
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
75 #if $filter.minqual
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
76 --minqual $filter.minqual
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
77 #end if
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
78 #if $filter.runtime_until
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
79 -- $filter.runtime_until
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
80 #end if
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
81 #if $filter.readtype
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
82 --readtype $filter.readtype
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
83 #end if
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
84 #if $customization.color
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
85 --color $customization.color
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
86 #end if
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
87 #if $customization.plots
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
88 --plots ${str($customization.plots).replace(',', ' ')}
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
89 #end if
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
90 $filter.drop_outliers
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
91 $filter.loglength
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
92 $filter.percentqual
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
93 $filter.alength
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
94 $filter.barcoded
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
95 $filter.no_supplementary
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
96 $customization.N50
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
97 -o '.'
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
98 && >&2 cat *log
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
99 ]]></command>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
100 <inputs>
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
101 <conditional name="mode">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
102 <param name="choice" type="select" label="Select multifile mode" help="When supplying multiple files, batch mode will run NanoPlot on each file separately, while combined mode will run NanoPlot once on all the reads together. When only supplying a single input file, this setting does not matter.">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
103 <option value="batch" selected="true">batch</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
104 <option value="combined">combined</option>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
105 </param>
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
106 <when value="batch">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
107 <conditional name="reads">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
108 <param name="type" type="select" label="Type of the file(s) to work on">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
109 <option value="fastq" selected="true">fastq</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
110 <option value="fasta">fasta</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
111 <option value="fastq_rich">fastq_rich</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
112 <option value="fastq_minimal">fastq_minimal</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
113 <option value="summary">summary</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
114 <option value="bam">bam</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
115 <option value="cram">cram</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
116 </param>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
117 <when value="fastq">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
118 <param type="data" argument="--fastq" name="files" format="fastq,fastq.gz,fastq.bz2,vcf_bgzip"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
119 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
120 <when value="fasta">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
121 <param type="data" argument="--fasta" name="files" format="fasta,fasta.gz,vcf_bgzip"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
122 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
123 <when value="fastq_rich">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
124 <param type="data" argument="--fastq_rich" name="files" format="fastq,fastq.gz,fastq.bz2,vcf_bgzip"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
125 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
126 <when value="fastq_minimal">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
127 <param type="data" argument="--fastq_minimal" name="files" format="fastq,fastq.gz,fastq.bz2,vcf_bgzip"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
128 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
129 <when value="summary">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
130 <param type="data" argument="--summary" name="files" format="txt,zip"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
131 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
132 <when value="bam">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
133 <param type="data" argument="--bam" name="files" format="bam"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
134 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
135 <when value="cram">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
136 <param type="data" argument="--cram" name="files" format="cram"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
137 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
138 </conditional>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
139 </when>
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
140 <when value="combined">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
141 <conditional name="reads">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
142 <param name="type" type="select" label="Type of the file(s) to work on">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
143 <option value="fastq" selected="true">fastq</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
144 <option value="fasta">fasta</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
145 <option value="fastq_rich">fastq_rich</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
146 <option value="fastq_minimal">fastq_minimal</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
147 <option value="summary">summary</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
148 <option value="bam">bam</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
149 <option value="cram">cram</option>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
150 </param>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
151 <when value="fastq">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
152 <param type="data" argument="--fastq" name="files" format="fastq,fastq.gz,fastq.bz2,vcf_bgzip" multiple="true"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
153 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
154 <when value="fasta">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
155 <param type="data" argument="--fasta" name="files" format="fasta,fasta.gz,vcf_bgzip" multiple="true"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
156 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
157 <when value="fastq_rich">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
158 <param type="data" argument="--fastq_rich" name="files" format="fastq,fastq.gz,fastq.bz2,vcf_bgzip" multiple="true"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
159 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
160 <when value="fastq_minimal">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
161 <param type="data" argument="--fastq_minimal" name="files" format="fastq,fastq.gz,fastq.bz2,vcf_bgzip" multiple="true"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
162 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
163 <when value="summary">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
164 <param type="data" argument="--summary" name="files" format="txt,zip" multiple="true"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
165 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
166 <when value="bam">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
167 <param type="data" argument="--bam" name="files" format="bam" multiple="true"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
168 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
169 <when value="cram">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
170 <param type="data" argument="--cram" name="files" format="cram" multiple="true"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
171 </when>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
172 </conditional>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
173 </when>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
174 </conditional>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
175 <section name="filter" title="Options for filtering or transforming input prior to plotting" expanded="false">
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
176 <param argument="--maxlength" type="integer" optional="true" label="Drop reads longer than length specified."/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
177 <param argument="--minlength" type="integer" optional="true" label="Drop reads shorter than length specified."/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
178 <param argument="--drop_outliers" type="boolean" truevalue="--drop_outliers" falsevalue="" label="Drop outlier reads with extreme long length."/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
179 <param argument="--downsample" type="integer" optional="true" label="Reduce dataset to N reads by random sampling."/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
180 <param argument="--loglength" type="boolean" truevalue="--loglength" falsevalue="" label="Logarithmic scaling of lengths in plots."/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
181 <param argument="--percentqual" type="boolean" truevalue="--percentqual" falsevalue="" label="Use qualities as theoretical percent identities."/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
182 <param argument="--alength" type="boolean" truevalue="--alength" falsevalue="" label="Use aligned read lengths rather than sequenced length (bam mode)."/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
183 <param argument="--minqual" type="integer" optional="true" label="Drop reads with an average quality lower than specified."/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
184 <param argument="--runtime_until" type="integer" optional="true" label="Only take the N first hours of a run"/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
185 <param argument="--readtype" type="select" optional="true" label="Which read type to extract information about from summary.">
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
186 <option value="1D">1D</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
187 <option value="2D">2D</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
188 <option value="1D2">1D2</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
189 </param>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
190 <param argument="--barcoded" type="boolean" truevalue="--barcoded" falsevalue="" label="Use if you want to split the summary file by barcode."/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
191 <param argument="--no_supplementary" type="boolean" truevalue="--no_supplementary" falsevalue="" label="Use if you want to remove supplementary alignments"/>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
192 </section>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
193 <section name="customization" title="Options for customizing the plots created" expanded="false">
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
194 <param type="select" argument="--color" optional="true" label="Specify a color for the plots.">
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
195 <option value="aliceblue">aliceblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
196 <option value="antiquewhite">antiquewhite</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
197 <option value="aqua">aqua</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
198 <option value="aquamarine">aquamarine</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
199 <option value="azure">azure</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
200 <option value="beige">beige</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
201 <option value="bisque">bisque</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
202 <option value="black">black</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
203 <option value="blanchedalmond">blanchedalmond</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
204 <option value="blue">blue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
205 <option value="blueviolet">blueviolet</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
206 <option value="brown">brown</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
207 <option value="burlywood">burlywood</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
208 <option value="cadetblue">cadetblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
209 <option value="chartreuse">chartreuse</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
210 <option value="chocolate">chocolate</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
211 <option value="coral">coral</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
212 <option value="cornflowerblue">cornflowerblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
213 <option value="cornsilk">cornsilk</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
214 <option value="crimson">crimson</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
215 <option value="cyan">cyan</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
216 <option value="darkblue">darkblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
217 <option value="darkcyan">darkcyan</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
218 <option value="darkgoldenrod">darkgoldenrod</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
219 <option value="darkgray">darkgray</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
220 <option value="darkgreen">darkgreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
221 <option value="darkgrey">darkgrey</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
222 <option value="darkkhaki">darkkhaki</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
223 <option value="darkmagenta">darkmagenta</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
224 <option value="darkolivegreen">darkolivegreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
225 <option value="darkorange">darkorange</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
226 <option value="darkorchid">darkorchid</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
227 <option value="darkred">darkred</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
228 <option value="darksalmon">darksalmon</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
229 <option value="darkseagreen">darkseagreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
230 <option value="darkslateblue">darkslateblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
231 <option value="darkslategray">darkslategray</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
232 <option value="darkslategrey">darkslategrey</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
233 <option value="darkturquoise">darkturquoise</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
234 <option value="darkviolet">darkviolet</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
235 <option value="deeppink">deeppink</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
236 <option value="deepskyblue">deepskyblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
237 <option value="dimgray">dimgray</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
238 <option value="dimgrey">dimgrey</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
239 <option value="dodgerblue">dodgerblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
240 <option value="firebrick">firebrick</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
241 <option value="floralwhite">floralwhite</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
242 <option value="forestgreen">forestgreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
243 <option value="fuchsia">fuchsia</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
244 <option value="gainsboro">gainsboro</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
245 <option value="ghostwhite">ghostwhite</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
246 <option value="goldenrod">goldenrod</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
247 <option value="gold">gold</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
248 <option value="gray">gray</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
249 <option value="green">green</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
250 <option value="greenyellow">greenyellow</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
251 <option value="grey">grey</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
252 <option value="honeydew">honeydew</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
253 <option value="hotpink">hotpink</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
254 <option value="indianred">indianred</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
255 <option value="indigo">indigo</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
256 <option value="ivory">ivory</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
257 <option value="khaki">khaki</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
258 <option value="lavenderblush">lavenderblush</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
259 <option value="lavender">lavender</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
260 <option value="lawngreen">lawngreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
261 <option value="lemonchiffon">lemonchiffon</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
262 <option value="lightblue">lightblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
263 <option value="lightcoral">lightcoral</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
264 <option value="lightcyan">lightcyan</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
265 <option value="lightgoldenrodyellow">lightgoldenrodyellow</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
266 <option value="lightgray">lightgray</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
267 <option value="lightgreen">lightgreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
268 <option value="lightgrey">lightgrey</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
269 <option value="lightpink">lightpink</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
270 <option value="lightsalmon">lightsalmon</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
271 <option value="lightseagreen">lightseagreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
272 <option value="lightskyblue">lightskyblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
273 <option value="lightslategray">lightslategray</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
274 <option value="lightslategrey">lightslategrey</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
275 <option value="lightsteelblue">lightsteelblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
276 <option value="lightyellow">lightyellow</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
277 <option value="limegreen">limegreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
278 <option value="lime">lime</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
279 <option value="linen">linen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
280 <option value="magenta">magenta</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
281 <option value="maroon">maroon</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
282 <option value="mediumaquamarine">mediumaquamarine</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
283 <option value="mediumblue">mediumblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
284 <option value="mediumorchid">mediumorchid</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
285 <option value="mediumpurple">mediumpurple</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
286 <option value="mediumseagreen">mediumseagreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
287 <option value="mediumslateblue">mediumslateblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
288 <option value="mediumspringgreen">mediumspringgreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
289 <option value="mediumturquoise">mediumturquoise</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
290 <option value="mediumvioletred">mediumvioletred</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
291 <option value="midnightblue">midnightblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
292 <option value="mintcream">mintcream</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
293 <option value="mistyrose">mistyrose</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
294 <option value="moccasin">moccasin</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
295 <option value="navajowhite">navajowhite</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
296 <option value="navy">navy</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
297 <option value="oldlace">oldlace</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
298 <option value="olivedrab">olivedrab</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
299 <option value="olive">olive</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
300 <option value="orange">orange</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
301 <option value="orangered">orangered</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
302 <option value="orchid">orchid</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
303 <option value="palegoldenrod">palegoldenrod</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
304 <option value="palegreen">palegreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
305 <option value="paleturquoise">paleturquoise</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
306 <option value="palevioletred">palevioletred</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
307 <option value="papayawhip">papayawhip</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
308 <option value="peachpuff">peachpuff</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
309 <option value="peru">peru</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
310 <option value="pink">pink</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
311 <option value="plum">plum</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
312 <option value="powderblue">powderblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
313 <option value="purple">purple</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
314 <option value="rebeccapurple">rebeccapurple</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
315 <option value="red">red</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
316 <option value="rosybrown">rosybrown</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
317 <option value="royalblue">royalblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
318 <option value="saddlebrown">saddlebrown</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
319 <option value="salmon">salmon</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
320 <option value="sandybrown">sandybrown</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
321 <option value="seagreen">seagreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
322 <option value="seashell">seashell</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
323 <option value="sienna">sienna</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
324 <option value="silver">silver</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
325 <option value="skyblue">skyblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
326 <option value="slateblue">slateblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
327 <option value="slategray">slategray</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
328 <option value="slategrey">slategrey</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
329 <option value="snow">snow</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
330 <option value="springgreen">springgreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
331 <option value="steelblue">steelblue</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
332 <option value="tan">tan</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
333 <option value="teal">teal</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
334 <option value="thistle">thistle</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
335 <option value="tomato">tomato</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
336 <option value="turquoise">turquoise</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
337 <option value="violet">violet</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
338 <option value="wheat">wheat</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
339 <option value="whitesmoke">whitesmoke</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
340 <option value="white">white</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
341 <option value="yellowgreen">yellowgreen</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
342 <option value="yellow">yellow</option>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
343 </param>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
344 <param type="select" argument="--plots" optional="true" multiple="true" display="checkboxes" label="Specify the bivariate format of the plots.">
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
345 <option value="kde">kernel density estimation (kde)</option>
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
346 <option value="dot">dots (dot)</option>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
347 </param>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
348 <param type="boolean" argument="--N50" truevalue="--N50" falsevalue="" label="Show the N50 mark in the read length histogram."/>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
349 </section>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
350 </inputs>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
351 <outputs>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
352 <data name="output_html" format="html" from_work_dir="NanoPlot-report.html" label="${tool.name} on ${on_string}: HTML report"/>
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
353 <data name="nanostats" format="tabular" from_work_dir="NanoStats.txt" label="${tool.name} on ${on_string}: NanoStats"/>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
354 <data name="nanostats_post_filtering" format="tabular" from_work_dir="NanoStats_post_filtering.txt" label="${tool.name} on ${on_string}: NanoStats post filtering"/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
355 <!-- https://github.com/wdecoster/NanoPlot/issues/352 generating PNGs can take much much longer to process. Not sure if this output is relevant at all -->
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
356 <!--data name="read_length" format="png" from_work_dir="Non_weightedHistogramReadlength.png" label="${tool.name} on ${on_string}: Histogram Read Length"/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
357 <data name="log_read_length" format="png" from_work_dir="Non_weightedLogTransformed_HistogramReadlength.png" label="${tool.name} on ${on_string}: Log Transformed Histogram Read Length"/-->
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
358 </outputs>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
359 <tests>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
360 <test>
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
361 <conditional name="mode">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
362 <param name="choice" value="batch"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
363 <conditional name="reads">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
364 <param name="type" value="fastq_rich"/>
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
365 <param name="files" value="reads.fastq.gz" ftype="fastqsanger.gz"/>
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
366 </conditional>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
367 </conditional>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
368 <section name="filter">
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
369 <param name="downsample" value="800"/>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
370 </section>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
371 <section name="customization">
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
372 <param name="plots" value="kde"/>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
373 </section>
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
374 <output name="output_html" ftype="html">
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
375 <assert_contents>
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
376 <has_text text="html"/>
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
377 <has_text text="mean_qual"/>
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
378 </assert_contents>
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
379 </output>
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
380 <output name="nanostats" file="NanoStats.txt" ftype="tabular"/>
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
381 <output name="nanostats_post_filtering" file="NanoStats_post_filtering.txt" ftype="tabular"/>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
382 </test>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
383 <test>
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
384 <conditional name="mode">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
385 <param name="choice" value="combined"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
386 <conditional name="reads">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
387 <param name="type" value="bam"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
388 <param name="files" value="alignment.bam" ftype="bam"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
389 </conditional>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
390 </conditional>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
391 <section name="filter">
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
392 <param name="maxlength" value="2000"/>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
393 <param name="minlenght" value="1000"/>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
394 </section>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
395 <section name="customization">
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
396 <param name="color" value="yellow"/>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
397 </section>
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
398 <output name="output_html" ftype="html">
2
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
399 <assert_contents>
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
400 <has_text text="html"/>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
401 <has_text text="Aligned read length vs Percent identity plot using dots"/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
402 <!-- bam report specific -->
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
403 </assert_contents>
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
404 </output>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
405 </test>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
406 <test>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
407 <!-- test with multiple input files -->
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
408 <conditional name="mode">
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
409 <param name="choice" value="combined"/>
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
410 <conditional name="reads">
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
411 <param name="type" value="fasta"/>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
412 <param name="files" ftype="fasta" value="reads1.fasta,reads2.fasta"/>
3
645159bcee2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents: 2
diff changeset
413 </conditional>
2
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
414 </conditional>
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
415 <output name="output_html" ftype="html">
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
416 <assert_contents>
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
417 <has_text text="html"/>
5
a3c4fe6f49ab planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents: 4
diff changeset
418 <not_has_text text="Aligned read length vs Percent identity plot using dots"/>
7
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
419 <has_text text="&lt;td&gt;9&lt;/td&gt;"/>
7b379e98b9a9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents: 6
diff changeset
420 <!--check both files were used 4+5 reads -->
2
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
421 </assert_contents>
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
422 </output>
acd337269171 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents: 1
diff changeset
423 </test>
0
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
424 </tests>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
425 <help>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
426 <![CDATA[
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
427 **What it does**
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
428
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
429 NanoPlot_ is a plotting tool for long read sequencing data and alignments written by `Wouter De Coster`_
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
430
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
431 .. _NanoPlot: https://github.com/wdecoster/NanoPlot
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
432 .. _`Wouter De Coster`: https://github.com/wdecoster
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
433
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
434 **Input**
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
435
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
436 NanoPlot requires 1 or more files as input. They can either be fastq (can be generated
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
437 by albacore, guppy or MinKNOW containing additional information), fasta, sorted bam,
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
438 sorted cram or sequencing summary.
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
439
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
440 **Output**
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
441
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
442 NanoPlot produces different number of plots depending on the data and customizations.
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
443 A detailed view can be seen on here_. Additionally a file showing the statistics
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
444 is generated.
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
445
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
446 .. _here: https://github.com/wdecoster/NanoPlot#plots-generated
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
447 ]]>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
448 </help>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
449 <citations>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
450 <citation type="bibtex">
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
451 @misc{githubnanoplot, author = {De Coster, Wouter}, year = {2018}, title =
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
452 {NanoPlot}, publisher = {GitHub}, journal = {GitHub repository}, url =
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
453 {https://github.com/wdecoster/NanoPlot}, }</citation>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
454 <citation type="doi">10.1093/bioinformatics/bty149</citation>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
455 </citations>
db1eeffba23e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff changeset
456 </tool>