We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running with --reverseStranded, the Qualimap .command.sh looks like this:
#!/bin/bash -euo pipefail unset DISPLAY qualimap --java-mem-size=8G rnaseq strand-specific-reverse -pe -s -bam sample.sortedByCoord.out.bam -gtf Homo_sapiens.GRCh38.99.gtf -outdir sample.sortedByCoord.out
It's missing the '-p' in front of strand-specific-reverse.
Output:
bam file = sample.sortedByCoord.out.bam gff file = Homo_sapiens.GRCh38.99.gtf counting algorithm = uniquely-mapped-reads protocol = non-strand-specific
Should be protocol = strand-specific-reverse
The text was updated successfully, but these errors were encountered:
I noticed the same issue with reverse stranding, single-end data
Sorry, something went wrong.
Double checked and the current dev branch doesn't show this anymore 👍 So closing this :-)
dev
Proof: https://github.com/nf-core/rnaseq/blob/dev/main.nf#L1489
No branches or pull requests
Running with --reverseStranded, the Qualimap .command.sh looks like this:
It's missing the '-p' in front of strand-specific-reverse.
Output:
Should be protocol = strand-specific-reverse
The text was updated successfully, but these errors were encountered: