Mercurial > repos > iuc > nanoplot
annotate nanoplot.xml @ 10:2a9afed42353 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 02d3e5cdd17504d5f28fe98021fc060f4c9f41e1
author | iuc |
---|---|
date | Sat, 08 Feb 2025 15:12:07 +0000 |
parents | a38bdcec9e4c |
children |
rev | line source |
---|---|
9
a38bdcec9e4c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 05ce3d2300557dd40f5faa8f25c2b26f00c7fdb2
iuc
parents:
8
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> |
10
2a9afed42353
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 02d3e5cdd17504d5f28fe98021fc060f4c9f41e1
iuc
parents:
9
diff
changeset
|
4 <token name="@TOOL_VERSION@">1.44.1</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[ |
8
a02b8b3f5a0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit af418b2445709e63d3ed744f93fe74559e4fbaff
iuc
parents:
7
diff
changeset
|
19 #set $myfiles = $mode.reads.files if $mode.choice == 'combined' else [$mode.reads.files] |
3
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
20 #set reads_temp = [] |
8
a02b8b3f5a0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit af418b2445709e63d3ed744f93fe74559e4fbaff
iuc
parents:
7
diff
changeset
|
21 #for $i, $f in enumerate($myfiles) |
a02b8b3f5a0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit af418b2445709e63d3ed744f93fe74559e4fbaff
iuc
parents:
7
diff
changeset
|
22 #if $f.ext.startswith("fastq"): |
a02b8b3f5a0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit af418b2445709e63d3ed744f93fe74559e4fbaff
iuc
parents:
7
diff
changeset
|
23 #set $extension = "fastq" if "." not in $f.ext else "fastq.%s" % $f.ext.split(".")[-1] |
3
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
24 #else |
8
a02b8b3f5a0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit af418b2445709e63d3ed744f93fe74559e4fbaff
iuc
parents:
7
diff
changeset
|
25 #set $extension = $f.ext |
5
a3c4fe6f49ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents:
4
diff
changeset
|
26 #end if |
8
a02b8b3f5a0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit af418b2445709e63d3ed744f93fe74559e4fbaff
iuc
parents:
7
diff
changeset
|
27 ln -s '$f' './read_${i}.$extension' && |
a02b8b3f5a0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit af418b2445709e63d3ed744f93fe74559e4fbaff
iuc
parents:
7
diff
changeset
|
28 #if $extension == "bam" |
a02b8b3f5a0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit af418b2445709e63d3ed744f93fe74559e4fbaff
iuc
parents:
7
diff
changeset
|
29 ln -s '$f.metadata.bam_index' './read_${i}.${extension}.bai' && |
5
a3c4fe6f49ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents:
4
diff
changeset
|
30 #end if |
8
a02b8b3f5a0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit af418b2445709e63d3ed744f93fe74559e4fbaff
iuc
parents:
7
diff
changeset
|
31 $reads_temp.append("read_" + str($i) + "." + str($extension)) |
a02b8b3f5a0c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit af418b2445709e63d3ed744f93fe74559e4fbaff
iuc
parents:
7
diff
changeset
|
32 #end for |
0
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
33 |
3
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
34 NanoPlot |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
35 --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
|
36 --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
|
37 --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
|
38 --$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
|
39 #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
|
40 --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
|
41 #end if |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
42 #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
|
43 --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
|
44 #end if |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
45 #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
|
46 --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
|
47 #end if |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
48 #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
|
49 --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
|
50 #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
|
51 #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
|
52 -- $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
|
53 #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
|
54 #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
|
55 --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
|
56 #end if |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
57 #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
|
58 --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
|
59 #end if |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
60 #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
|
61 --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
|
62 #end if |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
63 $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
|
64 $filter.loglength |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
65 $filter.percentqual |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
66 $filter.alength |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
67 $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
|
68 $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
|
69 $customization.N50 |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
70 -o '.' |
5
a3c4fe6f49ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents:
4
diff
changeset
|
71 && >&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
|
72 ]]></command> |
0
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
73 <inputs> |
3
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
74 <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
|
75 <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
|
76 <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
|
77 <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
|
78 </param> |
3
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
79 <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
|
80 <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
|
81 <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
|
82 <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
|
83 <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
|
84 <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
|
85 <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
|
86 <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
|
87 <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
|
88 <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
|
89 </param> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
90 <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
|
91 <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
|
92 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
93 <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
|
94 <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
|
95 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
96 <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
|
97 <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
|
98 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
99 <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
|
100 <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
|
101 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
102 <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
|
103 <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
|
104 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
105 <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
|
106 <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
|
107 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
108 <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
|
109 <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
|
110 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
111 </conditional> |
0
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
112 </when> |
3
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
113 <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
|
114 <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
|
115 <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
|
116 <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
|
117 <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
|
118 <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
|
119 <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
|
120 <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
|
121 <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
|
122 <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
|
123 </param> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
124 <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
|
125 <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
|
126 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
127 <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
|
128 <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
|
129 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
130 <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
|
131 <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
|
132 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
133 <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
|
134 <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
|
135 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
136 <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
|
137 <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
|
138 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
139 <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
|
140 <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
|
141 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
142 <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
|
143 <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
|
144 </when> |
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
145 </conditional> |
0
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
146 </when> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
147 </conditional> |
7
7b379e98b9a9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents:
6
diff
changeset
|
148 <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
|
149 <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
|
150 <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
|
151 <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
|
152 <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
|
153 <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
|
154 <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
|
155 <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
|
156 <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
|
157 <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
|
158 <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
|
159 <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
|
160 <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
|
161 <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
|
162 </param> |
7
7b379e98b9a9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents:
6
diff
changeset
|
163 <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
|
164 <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
|
165 </section> |
7
7b379e98b9a9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents:
6
diff
changeset
|
166 <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
|
167 <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
|
168 <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
|
169 <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
|
170 <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
|
171 <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
|
172 <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
|
173 <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
|
174 <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
|
175 <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
|
176 <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
|
177 <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
|
178 <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
|
179 <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
|
180 <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
|
181 <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
|
182 <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
|
183 <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
|
184 <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
|
185 <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
|
186 <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
|
187 <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
|
188 <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
|
189 <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
|
190 <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
|
191 <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
|
192 <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
|
193 <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
|
194 <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
|
195 <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
|
196 <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
|
197 <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
|
198 <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
|
199 <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
|
200 <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
|
201 <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
|
202 <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
|
203 <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
|
204 <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
|
205 <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
|
206 <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
|
207 <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
|
208 <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
|
209 <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
|
210 <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
|
211 <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
|
212 <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
|
213 <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
|
214 <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
|
215 <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
|
216 <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
|
217 <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
|
218 <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
|
219 <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
|
220 <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
|
221 <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
|
222 <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
|
223 <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
|
224 <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
|
225 <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
|
226 <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
|
227 <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
|
228 <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
|
229 <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
|
230 <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
|
231 <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
|
232 <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
|
233 <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
|
234 <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
|
235 <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
|
236 <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
|
237 <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
|
238 <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
|
239 <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
|
240 <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
|
241 <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
|
242 <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
|
243 <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
|
244 <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
|
245 <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
|
246 <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
|
247 <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
|
248 <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
|
249 <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
|
250 <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
|
251 <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
|
252 <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
|
253 <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
|
254 <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
|
255 <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
|
256 <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
|
257 <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
|
258 <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
|
259 <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
|
260 <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
|
261 <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
|
262 <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
|
263 <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
|
264 <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
|
265 <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
|
266 <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
|
267 <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
|
268 <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
|
269 <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
|
270 <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
|
271 <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
|
272 <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
|
273 <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
|
274 <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
|
275 <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
|
276 <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
|
277 <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
|
278 <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
|
279 <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
|
280 <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
|
281 <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
|
282 <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
|
283 <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
|
284 <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
|
285 <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
|
286 <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
|
287 <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
|
288 <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
|
289 <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
|
290 <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
|
291 <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
|
292 <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
|
293 <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
|
294 <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
|
295 <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
|
296 <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
|
297 <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
|
298 <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
|
299 <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
|
300 <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
|
301 <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
|
302 <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
|
303 <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
|
304 <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
|
305 <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
|
306 <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
|
307 <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
|
308 <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
|
309 <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
|
310 <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
|
311 <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
|
312 <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
|
313 <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
|
314 <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
|
315 <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
|
316 </param> |
7
7b379e98b9a9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents:
6
diff
changeset
|
317 <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
|
318 <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
|
319 <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
|
320 </param> |
7
7b379e98b9a9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents:
6
diff
changeset
|
321 <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
|
322 </section> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
323 </inputs> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
324 <outputs> |
7
7b379e98b9a9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents:
6
diff
changeset
|
325 <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
|
326 <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
|
327 <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
|
328 <!-- 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
|
329 <!--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
|
330 <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
|
331 </outputs> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
332 <tests> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
333 <test> |
3
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
334 <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
|
335 <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
|
336 <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
|
337 <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
|
338 <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
|
339 </conditional> |
0
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
340 </conditional> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
341 <section name="filter"> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
342 <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
|
343 </section> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
344 <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
|
345 <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
|
346 </section> |
5
a3c4fe6f49ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents:
4
diff
changeset
|
347 <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
|
348 <assert_contents> |
a3c4fe6f49ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents:
4
diff
changeset
|
349 <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
|
350 <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
|
351 </assert_contents> |
a3c4fe6f49ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents:
4
diff
changeset
|
352 </output> |
a3c4fe6f49ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents:
4
diff
changeset
|
353 <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
|
354 <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
|
355 </test> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
356 <test> |
3
645159bcee2d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 6afb87d2f226ac2fb61255b89dd9c36940b482c9
iuc
parents:
2
diff
changeset
|
357 <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
|
358 <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
|
359 <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
|
360 <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
|
361 <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
|
362 </conditional> |
0
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
363 </conditional> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
364 <section name="filter"> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
365 <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
|
366 <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
|
367 </section> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
368 <section name="customization"> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
369 <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
|
370 </section> |
5
a3c4fe6f49ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents:
4
diff
changeset
|
371 <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
|
372 <assert_contents> |
acd337269171
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents:
1
diff
changeset
|
373 <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
|
374 <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
|
375 <!-- 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
|
376 </assert_contents> |
a3c4fe6f49ab
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 52e462654477b6acf9a087063d3ddb19f66f8b38
iuc
parents:
4
diff
changeset
|
377 </output> |
0
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
378 </test> |
7
7b379e98b9a9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents:
6
diff
changeset
|
379 <test> |
7b379e98b9a9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents:
6
diff
changeset
|
380 <!-- 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
|
381 <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
|
382 <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
|
383 <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
|
384 <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
|
385 <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
|
386 </conditional> |
2
acd337269171
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents:
1
diff
changeset
|
387 </conditional> |
acd337269171
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents:
1
diff
changeset
|
388 <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
|
389 <assert_contents> |
acd337269171
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents:
1
diff
changeset
|
390 <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
|
391 <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
|
392 <has_text text="<td>9</td>"/> |
7b379e98b9a9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit 15a00502ecd67b4908f392660c12988f972b6eab
iuc
parents:
6
diff
changeset
|
393 <!--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
|
394 </assert_contents> |
acd337269171
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents:
1
diff
changeset
|
395 </output> |
acd337269171
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit fae386db359dd61fd5e4e2e808413ae478b279ee
iuc
parents:
1
diff
changeset
|
396 </test> |
0
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
397 </tests> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
398 <help> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
399 <![CDATA[ |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
400 **What it does** |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
401 |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
402 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
|
403 |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
404 .. _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
|
405 .. _`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
|
406 |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
407 **Input** |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
408 |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
409 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
|
410 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
|
411 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
|
412 |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
413 **Output** |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
414 |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
415 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
|
416 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
|
417 is generated. |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
418 |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
419 .. _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
|
420 ]]> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
421 </help> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
422 <citations> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
423 <citation type="bibtex"> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
424 @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
|
425 {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
|
426 {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
|
427 <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
|
428 </citations> |
db1eeffba23e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nanoplot/ commit ad3c2e459ae53ab61df3d967d755fd0b42149328
iuc
parents:
diff
changeset
|
429 </tool> |