# HG changeset patch # User devteam # Date 1393480855 18000 # Node ID 5844a1604c0c91cf8c6912e0201bdc1806bb5c47 # Parent 987dbea3b72f3c35f4ea9dc0a2b73f9a2c5621b9 Deleted selected files diff -r 987dbea3b72f -r 5844a1604c0c picard_CollectRnaSeqMetrics.xml --- a/picard_CollectRnaSeqMetrics.xml Thu Feb 27 01:00:20 2014 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,86 +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. - - -