# HG changeset patch # User devteam # Date 1393453853 18000 # Node ID aab4fc9d443d005582bfcfd32eb877ca94592ce0 # Parent 1790970e47fe3d9ed42cc7602ac7f4319451d0e7 Uploaded diff -r 1790970e47fe -r aab4fc9d443d picard_CollectRnaSeqMetrics.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/picard_CollectRnaSeqMetrics.xml Wed Feb 26 17:30:53 2014 -0500 @@ -0,0 +1,86 @@ + +Collect RNA-Seq Metrics +picard + + picard_wrapper.py -i "${input_file}" -d "${html_file.files_path}" -t "${html_file}" + -n "${out_prefix}" --tmpdir "${__new_file_path__}" --assumesorted ${ASSUME_SORTED} + --refflat ${REF_FLAT} + #if $identify_ribosomal.opt == "yes" + --ribosomalintervals ${identify_ribosomal.RIBOSOMAL_INTERVALS} + #end if + --malevel "${malevel}" + --minlength ${MINIMUM_LENGTH} + --strandspecificity ${STRAND_SPECIFICITY} + --rrnafragmentpercentage ${RRNA_FRAGMENT_PERCENTAGE} + #for $i in $IGNORE_SEQUENCES + --ignoreseq "${i.IGNORE_SEQUENCE}" + #end for + -j "\$JAVA_JAR_PATH/CollectRnaSeqMetrics.jar" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Picard documentation says: + + +CollectRnaSeqMetrics + +Documentation: http://picard.sourceforge.net/command-line-overview.shtml#CollectRnaSeqMetrics + +Program to collect metrics about the alignment of RNA to various functional classes of loci in the genome: coding, intronic, UTR, intergenic, ribosomal. Also determines strand-specificity for strand-specific libraries. + + +