Repository 'remove_fasta_subsequences'
hg clone https://toolshed.g2.bx.psu.edu/repos/pravs/remove_fasta_subsequences

Changeset 1:d49328dfeceb (2017-08-02)
Previous changeset 0:9ec27561593e (2017-08-02)
Commit message:
planemo upload
modified:
removeFastaSubSequence.xml
b
diff -r 9ec27561593e -r d49328dfeceb removeFastaSubSequence.xml
--- a/removeFastaSubSequence.xml Wed Aug 02 18:09:53 2017 -0400
+++ b/removeFastaSubSequence.xml Wed Aug 02 18:20:55 2017 -0400
b
@@ -1,6 +1,6 @@
 
 <tool id="removeFastaSubSequence" name="Remove Fasta Substring Sequence" version="1.0.0">
-  <description>Removes sequences that are subsequence in a reference Fasta File.</description>
+  <description>Removes sequences from query fasta file that are present in a reference Fasta File.</description>
   <requirements>
       <requirement type="package" version="1.70">biopython</requirement>
   </requirements>
@@ -32,7 +32,7 @@
   
   
   <help>
-This program removes the sequences from the query fasta file that are present as subsequence in a reference fasta file.
+This program removes the sequences from the query fasta file that are present in a reference fasta file (removes even those query sequences that are present as substring in reference fasta file).
 
 EXAMPLE: