# HG changeset patch # User devteam # Date 1393480995 18000 # Node ID 08b3cb5ce6517f8d7bf3a95200232271142b55d9 # Parent 5844a1604c0c91cf8c6912e0201bdc1806bb5c47 Uploaded diff -r 5844a1604c0c -r 08b3cb5ce651 picard_CollectRnaSeqMetrics.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/picard_CollectRnaSeqMetrics.xml Thu Feb 27 01:03:15 2014 -0500 @@ -0,0 +1,103 @@ + +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. + + +