# HG changeset patch # User edward-kirton # Date 1310696721 14400 # Node ID 6e61b7ddb5f949210a6a29bbc25e4a95cb2c954e Uploaded diff -r 000000000000 -r 6e61b7ddb5f9 duk.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/duk.xml Thu Jul 14 22:25:21 2011 -0400 @@ -0,0 +1,77 @@ + +duk +-n $passfile +#if $badreads.select == 'yes': +-m $failfile +#end if +-k $kmer +-s $step +-c $cutoff +$source.file +$input + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + badreads["select"] == "yes" + + + +**What It Does** + +Filters reads containing undesired sequences, such as library artifacts or ribosomal sequences. + +Decrease the step size to increase the sensitivity. + +A kmer setting 16 means that any contaminant sequence less than 16 bases would slip through. + +Lastly, contaminants with 'N' bases (no call) are more likely to be missed. + +**Author** + +Mingkun Li (MLi@LBL.gov) + +