changeset 1:6376a1b6df65 draft

Deleted selected files
author dktanwar
date Mon, 16 Oct 2017 13:44:33 -0400
parents 21aaaa2d3004
children 050a7438485a
files 01_RemoveSNPs/RemoveSNPs.xml
diffstat 1 files changed, 0 insertions(+), 35 deletions(-) [+]
line wrap: on
line diff
--- a/01_RemoveSNPs/RemoveSNPs.xml	Mon Oct 16 13:24:04 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-<tool id="RemoveSNPs" name="Remove Mismatches (SNPs) from SAM Alignment file" version="0.1.0">
-    <requirements>
-    </requirements>
-    <command detect_errors="exit_code"><![CDATA[
-        bash $__tool_directory__/RemoveSNPs "$input1" 3 > "$output1"
-    ]]></command>
-    <inputs>
-        <param type="data" name="input1" format="sam" />
-	<param type="integer" name="SNPs/ mismatches allowed" value="3" />
-    </inputs>
-    <outputs>
-        <data name="output1" format="sam" />
-    </outputs>
-    <tests>
-        <test>
-            <param name="input1" value="input.sam"/>
-            <output name="output1" file="output.sam"/>
-        </test>
-    </tests>
-    <help><![CDATA[
-        This program will remove mismatches from sam file.
-        Usage: RemoveSNPs test.sam 3
-    ]]></help>
-    <citations>
-        <citation type="bibtex">
-@misc{RemoveSNPs,
-  author = {Tanwar, Deepak},
-  year = {2017},
-  title = {RemoveSNPs},
-  publisher = {GitHub},
-  journal = {GitHub repository},
-  url = {https://github.com/dktanwar/NGS_Sperm_H3K4me3_Planemo_tools/tree/master/01_RemoveSNPs},
-}</citation>
-    </citations>
-</tool>