# HG changeset patch
# User bgruening
# Date 1528235926 14400
# Node ID 1ebed8b6575206cc677eea9e44ed8e886155f32e
# Parent 639b3a5bb41509c2e10fa4f97632ba63a222e56d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit d3227eb74ad38fac307911b60c8a20a13349bcf9
diff -r 639b3a5bb415 -r 1ebed8b65752 macros.xml
--- a/macros.xml Wed May 30 11:56:35 2018 -0400
+++ b/macros.xml Tue Jun 05 17:58:46 2018 -0400
@@ -1,7 +1,7 @@
- nanopolish
+ nanopolish
@@ -33,4 +33,4 @@
-
\ No newline at end of file
+
diff -r 639b3a5bb415 -r 1ebed8b65752 nanopolish_variants.xml
--- a/nanopolish_variants.xml Wed May 30 11:56:35 2018 -0400
+++ b/nanopolish_variants.xml Tue Jun 05 17:58:46 2018 -0400
@@ -17,7 +17,11 @@
nanopolish index -d fast5_files/ reads.fasta &&
ln -s '$b' reads.bam &&
ln -s '${b.metadata.bam_index}' reads.bam.bai &&
- ln -s '$g' genome.fa &&
+ #if $reference_source.reference_source_selector == 'history':
+ ln -f -s '$reference_source.ref_file' genome.fa &&
+ #else:
+ ln -f -s '$reference_source.ref_file.fields.path' genome.fa &&
+ #end if
nanopolish variants
-r reads.fasta
@@ -38,6 +42,10 @@
-d $min_candidate_depth
-x $max_haplotypes
--max-rounds $max_rounds
+ --threads "\${GALAXY_SLOTS:-4}"
+ #if str($min_flanking_sequence):
+ --min-flanking-sequence $min_flanking_sequence
+ #end if
#if $ploidy != -1:
--ploidy $ploidy
#end if
@@ -64,8 +72,6 @@
#if $adv.input_models_fofn:
--models-fofn '$input_models_fofn'
#end if
-
-
]]>
@@ -75,7 +81,22 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -98,6 +119,7 @@
+
@@ -117,36 +139,41 @@
-
-
-
-
+
+
-
-
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ value, dbkey, name, path
+
+
+
+
diff -r 639b3a5bb415 -r 1ebed8b65752 tool_data_table_conf.xml.test
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.test Tue Jun 05 17:58:46 2018 -0400
@@ -0,0 +1,7 @@
+
+
+
+ value, dbkey, name, path
+
+
+