# HG changeset patch
# User iuc
# Date 1494343026 14400
# Node ID c2549832fb3320b70701f083bba91fe3e05ec98d
# Parent d67b176f2dae968b082aa88010f1875cf3fa7d2b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_rmdup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
diff -r d67b176f2dae -r c2549832fb33 macros.xml
--- a/macros.xml Fri Dec 18 19:46:01 2015 -0500
+++ b/macros.xml Tue May 09 11:17:06 2017 -0400
@@ -1,16 +1,17 @@
- samtools
+ samtools
+ 1.3.1
@misc{SAM_def,
title={Definition of SAM/BAM format},
- url = {https://samtools.github.io/hts-specs/SAMv1.pdf},}
+ url = {https://samtools.github.io/hts-specs/},}
10.1093/bioinformatics/btp352
10.1093/bioinformatics/btr076
@@ -41,7 +42,7 @@
- echo $(samtools --version | head -n 1)", "$(samtools --version | grep -o -E "htslib.*?")
+ &1 | grep Version]]>
@@ -64,7 +65,5 @@
5. Click **Save**
The medatada will be re-detected and you will be able to see the list of reference sequences in the "**Select references (chromosomes and contigs) you would like to restrict bam to**" drop-down.
-
-
diff -r d67b176f2dae -r c2549832fb33 samtools_rmdup.xml
--- a/samtools_rmdup.xml Fri Dec 18 19:46:01 2015 -0500
+++ b/samtools_rmdup.xml Tue May 09 11:17:06 2017 -0400
@@ -1,56 +1,56 @@
-
- remove PCR duplicates
-
- macros.xml
-
-
- samtools
-
-
-
- samtools rmdup
- #if str( $bam_paired_end_type.bam_paired_end_type_selector ) == "PE"
- ${bam_paired_end_type.force_se}
- #else:
- -s
- #end if
- "$input1" "$output1"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ remove PCR duplicates
+
+ macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
**What it does**
-Remove potential PCR duplicates: if multiple read pairs have identical external coordinates, only retain the pair with highest mapping quality. In the paired-end mode, this command ONLY works with FR orientation and requires ISIZE is correctly set. It does not work for unpaired reads (e.g. two ends mapped to different chromosomes or orphan reads). This tool has the following parameters::
-
- -s rmdup for SE reads
- -S treat PE reads as SE in rmdup (force -s)
-
-
-
+Remove potential PCR duplicates: if multiple read pairs have identical external coordinates, only retain the pair with highest mapping quality. In the paired-end mode, this command ONLY works with FR orientation and requires ISIZE is correctly set. It does not work for unpaired reads (e.g. two ends mapped to different chromosomes or orphan reads).
+
+
diff -r d67b176f2dae -r c2549832fb33 tool_dependencies.xml
--- a/tool_dependencies.xml Fri Dec 18 19:46:01 2015 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-
-
-
-
-
-