# HG changeset patch
# User iuc
# Date 1733417826 0
# Node ID 607d5e33c4c240491d148b4abfadad9f5e926ec9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/halfdeep commit 63179f3d35e5dec09cdd01c07c6a4e8af3da777d
diff -r 000000000000 -r 607d5e33c4c2 halfdeep.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/halfdeep.xml Thu Dec 05 16:57:06 2024 +0000
@@ -0,0 +1,90 @@
+
+ identifies genomic regions with half-depth coverage based on sequencing read mappings.
+
+ macros.xml
+
+
+ > input.fofn &&
+ ##
+ ## mapped reads
+ ##
+ #if $mapped_reads
+ ln -s '$mapped_reads' 'halfdeep/ref/mapped_reads/${reads_base}.bam' &&
+ ln -s '${reads_base}.bam' 'halfdeep/ref/mapped_reads/${reads_base}.sort.bam' &&
+ ln -s '$mapped_reads.metadata.bam_index' 'halfdeep/ref/mapped_reads/${reads_base}.sort.bam.bai' &&
+ #end if
+ ##
+ ## run bam_depth.sh
+ ##
+ bam_depth.sh 'ref.$ref.ext' 1 &&
+ ##
+ ## run halfdeep.sh
+ ##
+ halfdeep.sh 'ref.$ref.ext'
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r 000000000000 -r 607d5e33c4c2 macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Thu Dec 05 16:57:06 2024 +0000
@@ -0,0 +1,23 @@
+
+
+
+ halfdeep
+
+
+ 0.1.0
+ 0
+ 21.05
+
+
+
+ @misc{github_halfdeep,
+ author = {Makova Lab PSU},
+ year = "2019",
+ title = {HalfDeep},
+ publisher = {GitHub},
+ journal = {GitHub repository},
+ url = {https://github.com/makovalab-psu/HalfDeep}
+
+
+
+
diff -r 000000000000 -r 607d5e33c4c2 test-data/halfdeep.bed
diff -r 000000000000 -r 607d5e33c4c2 test-data/mapped_reads.bam
Binary file test-data/mapped_reads.bam has changed
diff -r 000000000000 -r 607d5e33c4c2 test-data/reads.fasta.gz
Binary file test-data/reads.fasta.gz has changed
diff -r 000000000000 -r 607d5e33c4c2 test-data/ref.fasta.gz
Binary file test-data/ref.fasta.gz has changed