# HG changeset patch
# User bgruening
# Date 1528235771 14400
# Node ID 709490665bad75d5250906267d184ea48300c725
# Parent f9dadc36219711b1d82a36ccf1ee71858ec4ebcb
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit d3227eb74ad38fac307911b60c8a20a13349bcf9
diff -r f9dadc362197 -r 709490665bad macros.xml
--- a/macros.xml Wed May 30 11:55:55 2018 -0400
+++ b/macros.xml Tue Jun 05 17:56:11 2018 -0400
@@ -1,7 +1,7 @@
- nanopolish
+ nanopolish
@@ -33,4 +33,4 @@
-
\ No newline at end of file
+
diff -r f9dadc362197 -r 709490665bad nanopolish_methylation.xml
--- a/nanopolish_methylation.xml Wed May 30 11:55:55 2018 -0400
+++ b/nanopolish_methylation.xml Tue Jun 05 17:56:11 2018 -0400
@@ -17,12 +17,20 @@
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 call-methylation
-r reads.fasta
-b reads.bam
-g genome.fa
+ #if str($batchsize):
+ -K $batchsize
+ #end if
+ --threads "\${GALAXY_SLOTS:-4}"
#if $w and str($w).strip():
-w "${w}"
#end if
@@ -35,10 +43,25 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -48,18 +71,26 @@
-
-
-
-
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ value, dbkey, name, path
+
+
+
+
diff -r f9dadc362197 -r 709490665bad 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:56:11 2018 -0400
@@ -0,0 +1,7 @@
+
+
+
+ value, dbkey, name, path
+
+
+