-
Notifications
You must be signed in to change notification settings - Fork 35
Pipeline description in README #111
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?
Conversation
This PR is against the
|
|
|
I had some other ideas of stuff that would be helpful for beginners! ##Introduction:
##Usage: I would say run directory not run dir tags: I would say such as lanes, projects, etc.
Updating the pipeline: ##Parameters: I think the --fasta parameter being mandatory if there is no --genome is hidden in the help text on parameters page. I think somewhere in usage or intro it should say one or the other is necessary |
Co-authored-by: Matilda Åslin <[email protected]>
| 3. Sequence statistics ([`SeqFu Stats`](https://github.com/telatin/seqfu2)) | ||
| 4. Contamination QC ([`FastQ Screen`](https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/)) | ||
| 5. Present QC for raw reads ([`MultiQC`](http://multiqc.info/)) |
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.
| 3. Sequence statistics ([`SeqFu Stats`](https://github.com/telatin/seqfu2)) | |
| 4. Contamination QC ([`FastQ Screen`](https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/)) | |
| 5. Present QC for raw reads ([`MultiQC`](http://multiqc.info/)) | |
| 3. Report read counts and lengths statistics ([`SeqFu Stats`](https://github.com/telatin/seqfu2)) | |
| 4. Screen reads against references ([`FastQ Screen`](https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/)) | |
| 5. Compile QC results into report ([`MultiQC`](http://multiqc.info/)) |
Hi, Here are some suggestions for updated descriptions that aim to clarify further what each tool does and present them more succinctly. I also changed the MultiQC one as "raw reads" is not accurate when we now have subsampling. Let me know what you think! :)
PR checklist
nf-core lint).nf-test test main.nf.test -profile test,docker).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).