-
Notifications
You must be signed in to change notification settings - Fork 18
Coverage tracks #144
New issue
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
base: dev
Are you sure you want to change the base?
Coverage tracks #144
Conversation
|
@nf-core-bot fix linting |
| - [cat](#cat) | ||
| - [FastQC](#fastqc) | ||
| - [UMI-tools extract](#umi-tools-extract) | ||
| - [UMI-tools extract](#umi-dedup) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you mean to change this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. The link was wrong. I admit to taking the quick and easy route instead of making a separate PR for this.
|
@nf-core-bot fix linting |
I have added bigWig coverage tracks to the outputs using
bedtools genomecov. Stranded libraries produce two tracks,<SAMPLE>.forward.bigWigand<SAMPLE>.reverse.bigWig. Unstranded libraries produce a single track<SAMPLE>.unstranded.bigWig.The track creation needed to be divided into three processes:
bedtools genomecovdoes not handle the strand of paired-end mates properly (it always uses the strand of the mate, not the strand of the first-of-pair)PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).