# HG changeset patch # User iuc # Date 1527882527 14400 # Node ID 85aaf50ad9dc4f8ef0b0752b183422e6951bac2f # Parent 386220cf68772a26d5ba94ae86457fa2a72264f1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 650fa1433cf8fbc8689ed35a4d0340fc7a130aca diff -r 386220cf6877 -r 85aaf50ad9dc featurecounts.xml --- a/featurecounts.xml Sat May 19 03:53:55 2018 -0400 +++ b/featurecounts.xml Fri Jun 01 15:48:47 2018 -0400 @@ -1,4 +1,4 @@ - + Measure gene expression in RNA-Seq experiments from SAM or BAM files. subread @@ -28,11 +28,11 @@ -o "output" -T \${GALAXY_SLOTS:-2} + -s $strand_specificity -t '$extended_parameters.gff_feature_type' -g '$extended_parameters.gff_feature_attribute' $extended_parameters.summarization_level $extended_parameters.contribute_to_multiple_features - -s $extended_parameters.strand_specificity $extended_parameters.multimapping_enabled.multimapping_counts #if str($extended_parameters.multimapping_enabled.multimapping_counts) == " -M": @@ -119,6 +119,16 @@ help="The input alignment file(s) where the gene expression has to be counted. The file can have a SAM or BAM format; but ALL files must be in the same format. Unless you are using a Gene annotation file from the History, these files must have the database/genome attribute already specified e.g. hg38, not the default: ?" > + + + + + + @@ -257,16 +267,6 @@ label="Allow read to contribute to multiple features" help="If specified, reads (or fragments if -p is specified) will be allowed to be assigned to more than one matched meta-feature (or matched feature if -f is specified)" /> - - - - - - Requirements`. To create the files, the annotations were downloaded from NCBI RefSeq database and then adapted by merging overlapping exons from the same gene to form a set of disjoint exons for each gene. Genes with the same Entrez gene identifiers were also merged into one gene. See the `Subread User's Guide`_ for more information. Output format ------------- FeatureCounts produces a table containing counted reads, per gene, per row. Optionally the last column can be set to be the effective gene-length. These tables are compatible with the DESeq2, edgeR and limma-voom Galaxy wrappers by IUC. -.. _Subread: http://bioinf.wehi.edu.au/subread-package/SubreadUsersGuide.pdf +.. _Subread: http://subread.sourceforge.net/ +.. _`Subread User's Guide`: http://bioinf.wehi.edu.au/subread-package/SubreadUsersGuide.pdf +.. _`Subread package`: https://sourceforge.net/projects/subread/files/ ]]> 10.1093/bioinformatics/btt656