# HG changeset patch # User devteam # Date 1392613407 18000 # Node ID f53372fd8631f031d81edc6eba17343b8aa501c8 # Parent 1a2500b0df936f1c46ed8fe0b828ebd103979d05 Uploaded diff -r 1a2500b0df93 -r f53372fd8631 picard_CleanSam.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/picard_CleanSam.xml Mon Feb 17 00:03:27 2014 -0500 @@ -0,0 +1,36 @@ + + + Read SAM and perform various fix-ups. + + picard + + + cleansamwrapper.sh $input1 $output1 + + + + + + + + + + + + + + + + + + + + +**What it does** + +Read SAM and perform various fix-ups. Currently, the only fix-up it to soft-clip an alignment that hangs off the end of its reference sequence. + + + \ No newline at end of file