feature counts invalid parameter
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
• 2,282 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Could you run the following just to ensure that
featureCountsis finding the bam file at the right location? Let us know how it goes.I have the same error, is this a software installation issue?
Do not add answers unless you're answering the top level question. Use
Add CommentorAdd Replyinstead. I'm moving your post to a comment this time, but please be more careful next time.