# HG changeset patch
# User mvdbeek
# Date 1498044213 14400
# Node ID 5dcad82862b40991dc3394d809648adc3103cfb6
# Parent 5c32fb616d9559b705dd2e307b9feb13bba274b5
planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 3cb122f0ab5dc2ad7bb61d1abdd13865142e25b8-dirty
diff -r 5c32fb616d95 -r 5dcad82862b4 deploy.sh
diff -r 5c32fb616d95 -r 5dcad82862b4 findcluster.xml
--- a/findcluster.xml Thu May 11 05:33:12 2017 -0400
+++ b/findcluster.xml Wed Jun 21 07:23:33 2017 -0400
@@ -9,8 +9,17 @@
ln -f -s $input.metadata.bam_index input.bam.bai &&
findcluster
--input_path input.bam
- #if $reference_fasta:
- --reference_fasta '$reference_fasta'
+ #if $transposon_reference_fasta:
+ --transposon_reference_fasta '$transposon_reference_fasta'
+ #end if
+ #if $genome_reference_fasta:
+ --genome_reference_fasta '$genome_reference_fasta'
+ #end if
+ #if $transposon_bwa_index:
+ --transposon_bwa_index '$transposon_bwa_index'
+ #end if
+ #if $genome_bwa_index:
+ --genome_bwa_index '$genome_bwa_index'
#end if
--output_bam '$output_bam'
--output_gff '$output_gff'
@@ -20,7 +29,20 @@
]]>
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -35,7 +57,7 @@
-
+