# HG changeset patch # User devteam # Date 1392325218 18000 # Node ID 5b53bf15be53a1457eece195d807e2c60e637fdb # Parent 71794c51e089314eda45a8032a3e0cb229bbf6e3 Uploaded diff -r 71794c51e089 -r 5b53bf15be53 picard_CleanSam.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/picard_CleanSam.xml Thu Feb 13 16:00:18 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