# HG changeset patch # User jjohnson # Date 1351185290 14400 # Node ID 98d76a28cc244bfc0a4aeaa0943a7c8e476df289 Uploaded diff -r 000000000000 -r 98d76a28cc24 ribopicker.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ribopicker.xml Thu Oct 25 13:14:50 2012 -0400 @@ -0,0 +1,173 @@ + + identify and remove rRNA-like sequences + + + + ribopicker.pl -f $input -dbs $dbs -id results + + + + + + + + + + + + + Alignment identity threshold in percentage (integer from 1-100 + without %) used to define matching sequences as similar. The + identity is calculated for the part of the query sequence that + is aligned to a reference sequence. For example, a query + sequence of 100 bp that aligns to a reference sequence over the + first 50 bp with 40 matching positions has an identity value of + 80%." + + + + + + Alignment coverage threshold in percentage (integer from 1-100 + without %) used to define matching sequences as similar. The + coverage is calculated for the part of the query sequence that + is aligned to a reference sequence. For example, a query + sequence of 100 bp that aligns to a reference sequence over the + first 50 bp with 40 matching positions has an coverage value of + 50%. + + + + + + + Alignment length threshold used to define matching sequences as + similar. For example, a query sequence of 100 bp that aligns to + a reference sequence over the first 50 bp with 40 matching + positions has an alignment length of 50. + + + + + + + + + + + + + + + + + + input.extension.find('fasta') >= 0 + + + input.extension.find('fasta') >= 0 + + + input.extension.find('fastq') >= 0 + + + input.extension.find('fastq') >= 0 + + + + + + + + + +