# HG changeset patch # User Lance Parsons # Date 1348159313 14400 # Node ID 8a5d43b21c6e4c8e62c88de5ed29dbf2c688d4f7 # Parent 14bec14f4290d06505c26c3729c4cf3533318a37 Improved error handling diff -r 14bec14f4290 -r 8a5d43b21c6e htseq-count.xml --- a/htseq-count.xml Tue Sep 11 17:45:23 2012 -0400 +++ b/htseq-count.xml Thu Sep 20 12:41:53 2012 -0400 @@ -41,8 +41,8 @@ && samtools view -Su -t ${reference_fasta_filename}.fai $__new_file_path__/${samoutfile.id}_tmp | samtools sort -o - sorted > $samoutfile #end if - - Paired-End data must be sorted by QUERY NAME, use Picard Read Mate Fixer and Query name sort order before using this tool on paired data + + Paired-End data MUST be sorted by QUERY NAME, use Picard Read Mate Fixer and Query name sort order before using this tool on paired data @@ -64,7 +64,7 @@ Feature type (3rd column in GFF file) to be used. All features of other types are ignored. The default, suitable for RNA-Seq and Ensembl GTF files, is exon. - GFF attribute to be used as feature ID. Several GFF lines with the same feature ID will be considered as parts of the same feature. The feature ID is used to identity the counts in the output table. The default, suitable for RNA-SEq and Ensembl GTF files, is gene_id. + GFF attribute to be used as feature ID. Several GFF lines with the same feature ID will be considered as parts of the same feature. The feature ID is used to identity the counts in the output table. All features of the specified type MUST have a value for this attribute. The default, suitable for RNA-SEq and Ensembl GTF files, is gene_id. @@ -102,6 +102,10 @@ + + + +