feature counts invalid parameter
0
0
Entering edit mode
21 months ago

Hi, my script for feature counts is:

featureCounts -a ncbi_dataset/data/GCA_002738505.1/genomic.gff \
-o Feature_counts.txt \
-p -s 2 -T 10 \
*_sorted.bam

This worked before on another set of data. However, I am now getting: ERROR: invalid parameter: '*_sorted.bam'

Can someone please help me? My files are like: JRM1_RNAseq_MS_2_TTATAACC_Arabidopsis_I1187_L1_sorted.bam

invalid feature counts parameter • 1.4k views
ADD COMMENT
0
Entering edit mode

Could you run the following just to ensure that featureCounts is finding the bam file at the right location? Let us know how it goes.

featureCounts -a ncbi_dataset/data/GCA_002738505.1/genomic.gff \
-o Feature_counts.txt \
-p -s 2 -T 10 \
 JRM1_RNAseq_MS_2_TTATAACC_Arabidopsis_I1187_L1_sorted.bam
ADD REPLY
0
Entering edit mode

I have the same error, is this a software installation issue?

docker run -v /input/:/input -v  6.amazonaws.com/bioinfo-notebooks /root/miniconda/condabin/conda run -n bioinfo-notebook featureCounts -s 0 -p -O -T 6 -a /iutput/Reference.gtf -o /input/output.txt /input/sortedByCoord.out.bam
ERROR: invalid parameter: '/input/sortedByCoord.out.bam'
ERROR conda.cli.main_run:execute(49): `conda run featureCounts -s 0 -p -O -T 6 -a /output/Reference.gtf -o /input/output.txt /input/sortedByCoord.out.bam` failed. (See above for error)
ADD REPLY
0
Entering edit mode

Do not add answers unless you're answering the top level question. Use Add Comment or Add Reply instead. I'm moving your post to a comment this time, but please be more careful next time.

ADD REPLY

Login before adding your answer.

Traffic: 1812 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6