# HG changeset patch # User iuc # Date 1521223555 14400 # Node ID e803ca6407c054c4d350246819026f34e1b8205e # Parent 46cccc52be5f3ca82226c05068c8f07858132ac1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb diff -r 46cccc52be5f -r e803ca6407c0 featurecounts.xml --- a/featurecounts.xml Sun Jan 14 09:23:49 2018 -0500 +++ b/featurecounts.xml Fri Mar 16 14:05:55 2018 -0400 @@ -1,4 +1,4 @@ - + Measure gene expression in RNA-Seq experiments from SAM or BAM files. subread @@ -6,21 +6,22 @@ featureCounts -v 2>&1 | grep . + 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. These files must have the database/genome attribute already specified e.g. hg38, not the default: ?" > + + + - + + - - - - - + + + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -270,7 +271,7 @@ label="On feature level" help="If specified, read summarization will be performed at the feature level. By default (-f is not specified), the read summarization is performed at the meta-feature level." /> - - - - + + + - @@ -493,12 +493,11 @@ - - - + + + - @@ -507,12 +506,11 @@ - - - + + + - @@ -524,12 +522,11 @@ - - - + + + - @@ -541,17 +538,29 @@ - + - + - + + + + + + + + + + + + + +# +# 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 46cccc52be5f -r e803ca6407c0 test-data/featurecounts_anno.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/featurecounts_anno.loc Fri Mar 16 14:05:55 2018 -0400 @@ -0,0 +1,11 @@ +# This is a file distributed with featureCounts that enables use of featureCounts built-in RefSeq annotation. +# +# This .loc file syntax is 2 tab-separated columns: + +# +# + +hg38 hg38 +hg19 hg19 +mm10 mm10 +mm9 mm9 diff -r 46cccc52be5f -r e803ca6407c0 test-data/gene_sets.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/gene_sets.loc Fri Mar 16 14:05:55 2018 -0400 @@ -0,0 +1,1 @@ +hg38 hg38 hg38GTF ${__HERE__}/featureCounts_guide.gff diff -r 46cccc52be5f -r e803ca6407c0 test-data/output_1_jcounts_with_header.tab --- a/test-data/output_1_jcounts_with_header.tab Sun Jan 14 09:23:49 2018 -0500 +++ b/test-data/output_1_jcounts_with_header.tab Fri Mar 16 14:05:55 2018 -0400 @@ -1,1 +1,1 @@ -PrimaryGene SecondaryGenes Site1_chr Site1_location Site1_strand Site2_chr Site2_location Site2_strand featureCounts_input1.bam \ No newline at end of file +PrimaryGene SecondaryGenes Site1_chr Site1_location Site1_strand Site2_chr Site2_location Site2_strand featureCounts_input1.bam diff -r 46cccc52be5f -r e803ca6407c0 tool-data/featurecounts_anno.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/featurecounts_anno.loc.sample Fri Mar 16 14:05:55 2018 -0400 @@ -0,0 +1,11 @@ +# This is a file distributed with featureCounts that enables use of featureCounts built-in RefSeq annotation. +# +# This .loc file syntax is 2 tab-separated columns: +# +# +# + +hg38 hg38 +hg19 hg19 +mm10 mm10 +mm9 mm9 diff -r 46cccc52be5f -r e803ca6407c0 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Sun Jan 14 09:23:49 2018 -0500 +++ b/tool_data_table_conf.xml.sample Fri Mar 16 14:05:55 2018 -0400 @@ -4,4 +4,9 @@ value, dbkey, name, path + + + value, dbkey + +
diff -r 46cccc52be5f -r e803ca6407c0 tool_data_table_conf.xml.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Fri Mar 16 14:05:55 2018 -0400 @@ -0,0 +1,10 @@ + + + value, dbkey, name, path + +
+ + value, dbkey + +
+