# HG changeset patch # User devteam # Date 1393524952 18000 # Node ID 844fa42ad305b80b17d42b7c92920d17facd6f0b # Parent b0cf55564ef539bb4833b683f68d1c79558e495d Uploaded diff -r b0cf55564ef5 -r 844fa42ad305 picard_CollectRnaSeqMetrics.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/picard_CollectRnaSeqMetrics.xml Thu Feb 27 13:15:52 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. + + +