changeset 1:d49328dfeceb draft default tip

planemo upload
author pravs
date Wed, 02 Aug 2017 18:20:55 -0400
parents 9ec27561593e
children
files removeFastaSubSequence.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/removeFastaSubSequence.xml	Wed Aug 02 18:09:53 2017 -0400
+++ b/removeFastaSubSequence.xml	Wed Aug 02 18:20:55 2017 -0400
@@ -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: