-
Notifications
You must be signed in to change notification settings - Fork 717
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
Update README according to https://github.com/nf-core/tools/issues/2186 #946
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@nf-core-bot fix linting |
|
Co-authored-by: James A. Fellows Yates <[email protected]>
You can find numerous talks on the [nf-core events page](https://nf-co.re/events) from various topics including writing pipelines/modules in Nextflow DSL2, using nf-core tooling, running nf-core pipelines as well as more generic content like contributing to Github. Please check them out! | ||
|
||
## Pipeline summary | ||
**nf-core/rnaseq** is a bioinformatics pipeline that can be used to analyse RNA sequencing data obtained from organisms with a reference genome and annotation. It takes a samplesheet and FASTQ files as input, performs quality control (QC), trimming and (pseudo-)alignment, and produces a gene expression matrix and extensive QC report. | ||
|
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.
## Tube map | |
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.
I wouldn't call it Tube map, 'Workflow Diagram' or something would be better
|
||
![nf-core/rnaseq metro map](docs/images/nf-core-rnaseq_metro_map_grey.png) | ||
|
||
> **Note** | ||
> The SRA download functionality has been removed from the pipeline (`>=3.2`) and ported to an independent workflow called [nf-core/fetchngs](https://nf-co.re/fetchngs). You can provide `--nf_core_pipeline rnaseq` when running nf-core/fetchngs to download and auto-create a samplesheet containing publicly available samples that can be accepted directly as input by this pipeline. | ||
|
||
1. Merge re-sequenced FastQ files ([`cat`](http://www.linfo.org/cat.html)) |
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.
1. Merge re-sequenced FastQ files ([`cat`](http://www.linfo.org/cat.html)) | |
## Pipeline overview | |
1. Merge re-sequenced FastQ files ([`cat`](http://www.linfo.org/cat.html)) |
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.
Added a couple of sections because everything looks bunched up otherwise.
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.
I'm not sure we need a section both above and below the tube map... the tube map would fit well under both "introduction" and "pipeline overview"
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.
I agree with Gregor, going that route for the template update for the moment. Feel frre to reject the PR, @drpatelh :D
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.
Few comments to address. Otherwise looks awesome! Thanks!
Co-authored-by: Harshil Patel <[email protected]>
Co-authored-by: Harshil Patel <[email protected]>
|
||
![nf-core/rnaseq metro map](docs/images/nf-core-rnaseq_metro_map_grey.png) | ||
|
||
> **Note** | ||
> The SRA download functionality has been removed from the pipeline (`>=3.2`) and ported to an independent workflow called [nf-core/fetchngs](https://nf-co.re/fetchngs). You can provide `--nf_core_pipeline rnaseq` when running nf-core/fetchngs to download and auto-create a samplesheet containing publicly available samples that can be accepted directly as input by this pipeline. | ||
|
||
1. Merge re-sequenced FastQ files ([`cat`](http://www.linfo.org/cat.html)) |
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.
I'm not sure we need a section both above and below the tube map... the tube map would fit well under both "introduction" and "pipeline overview"
Are we still waiting on other things being added for this to be merged @grst @FriederikeHanssen ? |
Two links are still pointing to non-existing pages on the website. |
Yep what will be removed needs to be added to the website somewhere: https://nfcore.slack.com/archives/C01QPMKBYNR/p1678782050033109 |
Ok, this may have to wait until the next release then which shouldn't be too long after the Hackathon. Want to get a release out in the next couple of days. |
@nf-core-bot fix linting |
PR checklist
[ ] If you've fixed a bug or added code that should be tested, add tests![ ] If you've added a new tool - have you followed the pipeline conventions in the contribution docs- [ ] If necessary, also make a PR on the nf-core/rnaseq branch on the nf-core/test-datasets repository.nf-core lint
)- [ ] Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>
).- [ ] Usage Documentation indocs/usage.md
is updated.- [ ] Output Documentation indocs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).