# HG changeset patch # User iuc # Date 1478765117 18000 # Node ID dae123c03a74296112f343dfb9706628114c0bf7 # Parent a80f96e559588a46d1832021e0160ef8174c3f55 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 1c0d28b6cefe154e8cf037c9f36200e8f52a838f diff -r a80f96e55958 -r dae123c03a74 featurecounts.xml --- a/featurecounts.xml Mon Oct 31 07:26:54 2016 -0400 +++ b/featurecounts.xml Thu Nov 10 03:05:17 2016 -0500 @@ -8,7 +8,12 @@ - + + + + + + + + + + + + + + + + + + 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)" /> + help="The read is reduced to its 5' most base or 3'most base. Read summarization is then performed based on the single base the the read is reduced to."> @@ -293,7 +314,7 @@ falsevalue="" argument="--primary" label="Only count primary alignments" - help="If specified, only primary alignments will be counted. Primaryand secondary alignments are identified using bit 0x100 in theFlag field of SAM/BAM files. All primary alignments in a datasetwill be counted no matter they are from multi-mapping reads ornot ('-M' is ignored)." /> + help="If specified, only primary alignments will be counted. Primary and secondary alignments are identified using bit 0x100 in theFlag field of SAM/BAM files. All primary alignments in a dataset will be counted regardless of whether they are from multi-mapping reads or not ('-M' is ignored)." /> + help="If specified, reads that were marked as duplicates will be ignored. Bit Ox400 in the FLAG field of a SAM/BAM file is used for identifying duplicate reads. In paired end data, the entire read pair will be ignored if at least one end is found to be a duplicate read." /> + label="Ignore unspliced alignments" + help="If specified, only split alignments (CIGAR strings containing the letter `N') will be counted. All the other alignments will be ignored. An example of split alignments are exon-spanning reads in RNA-seq data." /> @@ -364,6 +385,7 @@ + @@ -372,6 +394,7 @@ + @@ -380,6 +403,7 @@ + @@ -390,6 +414,7 @@ + @@ -398,6 +423,7 @@ + @@ -406,6 +432,7 @@ + diff -r a80f96e55958 -r dae123c03a74 tool-data/gene_sets.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/gene_sets.loc.sample Thu Nov 10 03:05:17 2016 -0500 @@ -0,0 +1,14 @@ +# This is a sample file distributed with featureCounts that enables it and other# tools to use gene/exon annotations in the GFF/GTF format. +# +# The gene_sets.loc file syntax is: +# +# +# Please ensure that the above fields are tab separated. +# +# In case you have TWO or MORE providers PER dbkey, the one mentioned +# first in the file, should have the "default" priority. +# +#Example: +# +#Homo_sapiens.GRCh37.74 hg19 GRCh37 (hg19) annotation from Ensembl, release 74 /depot/data2/galaxy/hg19/gene_sets/Homo_sapiens.GRCh37.74.gtf +#Homo_sapiens.NCBI36.54 hg18 hg18 annotation from Ensembl, release 54 /depot/data2/galaxy/hg18/gene_sets/Homo_sapiens.NCBI36.54.gtf diff -r a80f96e55958 -r dae123c03a74 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Thu Nov 10 03:05:17 2016 -0500 @@ -0,0 +1,7 @@ + + + + value, dbkey, name, path + +
+