# HG changeset patch # User devteam # Date 1393524927 18000 # Node ID b0cf55564ef539bb4833b683f68d1c79558e495d # Parent 08b3cb5ce6517f8d7bf3a95200232271142b55d9 Deleted selected files diff -r 08b3cb5ce651 -r b0cf55564ef5 picard_CollectRnaSeqMetrics.xml --- a/picard_CollectRnaSeqMetrics.xml Thu Feb 27 01:03:15 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,103 +0,0 @@ - -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. - - -