# HG changeset patch
# User thanhlv
# Date 1564048992 14400
# Node ID afe9a515d145d2fed6ede0e3148f160dab98c070
planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 2e1b1f737f3a3d7cfc6350c6936fbb0bd84a5dad-dirty
diff -r 000000000000 -r afe9a515d145 biotradis_add_tags.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biotradis_add_tags.xml Thu Jul 25 06:03:12 2019 -0400
@@ -0,0 +1,34 @@
+
+ Generates a BAM file with tags added to read strings.
+
+ macros.xml
+
+
+ $log
+
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r afe9a515d145 biotradis_bacteria_tradis.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biotradis_bacteria_tradis.xml Thu Jul 25 06:03:12 2019 -0400
@@ -0,0 +1,93 @@
+
+ Generates a BAM file with tags added to read strings.
+
+ macros.xml
+
+
+ > fq.list &&
+ #end for
+
+ bacteria_tradis -f fq.list
+ -t $tag
+ -r $ref
+ -td $tag_dir
+ -mm $mm
+ -m $m
+ #if str($smalt_k)!=""
+ --smalt_k $smalt_k
+ #end if
+ #if str($smalt_s)!=""
+ --smalt_s $smalt_s
+ #end if
+ --smalt_y $smalt_y
+ --smalt_r $smalt_r
+ -n "\${GALAXY_SLOTS:-2}"
+ #if $verbose
+ --verbose
+ #end if
+ && tar cvzf insert_site_plot.tar.gz *insert_site_plot.gz
+ && tar cvzf mapped.tar.gz *mapped.bam*
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ `_.
+ ]]>
+
+
diff -r 000000000000 -r afe9a515d145 biotradis_check_tags.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biotradis_check_tags.xml Thu Jul 25 06:03:12 2019 -0400
@@ -0,0 +1,33 @@
+
+ Check for the existence of tradis tags in a bam
+
+ macros.xml
+
+
+ $output
+
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r afe9a515d145 biotradis_filter_tags.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biotradis_filter_tags.xml Thu Jul 25 06:03:12 2019 -0400
@@ -0,0 +1,36 @@
+
+ Filters a BAM file and outputs reads with tag matching -t option.
+
+ macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r afe9a515d145 biotradis_plot.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biotradis_plot.xml Thu Jul 25 06:03:12 2019 -0400
@@ -0,0 +1,34 @@
+
+ Create insertion site plot for Artemis
+
+ macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r afe9a515d145 biotradis_remove_tags.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biotradis_remove_tags.xml Thu Jul 25 06:03:12 2019 -0400
@@ -0,0 +1,36 @@
+
+ Removes transposon sequence and quality tags from the read strings
+
+ macros.xml
+
+
+ $log
+
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r afe9a515d145 macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Thu Jul 25 06:03:12 2019 -0400
@@ -0,0 +1,14 @@
+
+ 1.4.1.dev
+
+
+ biotradis
+
+
+
+
+
+ 10.1093/bioinformatics/btw022
+
+
+
\ No newline at end of file