-
Notifications
You must be signed in to change notification settings - Fork 1
docs: Update documentation #48
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?
Changes from 21 commits
d30a2da
e008c65
da7f3d9
9149209
6ea0452
bad6f1c
f3fcb3c
d2a98bd
617bf49
acb8b3c
5465fa5
53a82b3
7a2c865
f2edb4e
fb07914
4a374da
7752749
5d93dbc
ede68d2
7548675
068d74d
17c2903
3c85e5f
1b7885e
0f68e0f
5c75381
0ba2b3e
4a899ad
356575d
4c5204e
8bdbcbb
efd6985
de8eb66
ed01899
21ca245
913441f
46e2fe0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,9 @@ | ||
| # Clinical-Genomics/oncorefiner | ||
|
|
||
| <!-- TODO: | ||
| Add logo here. | ||
| --> | ||
|
|
||
| [](https://github.com/codespaces/new/Clinical-Genomics/oncorefiner) | ||
| [](https://github.com/Clinical-Genomics/oncorefiner/actions/workflows/nf-test.yml) | ||
| [](https://github.com/Clinical-Genomics/oncorefiner/actions/workflows/linting.yml)[](https://doi.org/10.5281/zenodo.XXXXXXX) | ||
|
|
@@ -24,33 +28,28 @@ | |
|
|
||
| <!-- TODO nf-core: Include a figure that guides the user through the major workflow steps. Many nf-core | ||
| workflows use the "tube map" design for that. See https://nf-co.re/docs/guidelines/graphic_design/workflow_diagrams#examples for examples. --> | ||
| <!-- TODO nf-core: Fill in short bullet-pointed list of the default steps in the pipeline -->2. Present QC for raw reads ([`MultiQC`](http://multiqc.info/)) | ||
| <!-- TODO nf-core: Fill in short bullet-pointed list of the default steps in the pipeline --> | ||
|
|
||
| 2. Present QC for raw reads ([`MultiQC`](http://multiqc.info/)) | ||
|
|
||
| ## Usage | ||
|
|
||
| > [!NOTE] | ||
| > If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) with `-profile test` before running the workflow on actual data. | ||
|
|
||
| <!-- TODO nf-core: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets. | ||
| Explain what rows and columns represent. For instance (please edit as appropriate): | ||
|
|
||
| First, prepare a samplesheet with your input data that looks as follows: | ||
|
|
||
| `samplesheet.csv`: | ||
|
|
||
| ```csv | ||
| sample,fastq_1,fastq_2 | ||
| CONTROL_REP1,AEG588A1_S1_L002_R1_001.fastq.gz,AEG588A1_S1_L002_R2_001.fastq.gz | ||
| SAMPLE_ID,SAMPLE_ID_S1_L002_R1_001.fastq.gz,SAMPLE_ID_S1_L002_R2_001.fastq.gz | ||
| ``` | ||
|
|
||
| Each row represents a fastq file (single-end) or a pair of fastq files (paired end). | ||
|
|
||
| --> | ||
| Each row represents a fastq file (single-end with only `fastq_1`) or a pair of fastq files (paired end with `fastq_1` and `fastq_2`). | ||
|
|
||
| Now, you can run the pipeline using: | ||
|
|
||
| <!-- TODO nf-core: update the following command to include all required parameters for a minimal example --> | ||
|
|
||
| ```bash | ||
| nextflow run Clinical-Genomics/oncorefiner \ | ||
| -profile <docker/singularity/.../institute> \ | ||
|
|
@@ -61,6 +60,8 @@ nextflow run Clinical-Genomics/oncorefiner \ | |
| > [!WARNING] | ||
| > Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_; see [docs](https://nf-co.re/docs/usage/getting_started/configuration#custom-configuration-files). | ||
|
|
||
| For more details and further functionality, please refer to the [usage documentation](./docs/usage.md) and the [parameter documentation](./docs/parameters.md). | ||
|
|
||
| ## Pipeline output | ||
|
|
||
| For more details about the output files and reports, please refer to the [output documentation](.github/docs/output.md). | ||
|
|
@@ -69,7 +70,13 @@ For more details about the output files and reports, please refer to the [output | |
|
|
||
| Clinical-Genomics/oncorefiner was originally written by Clinical Genomics Stockholm. | ||
|
|
||
| We thank the following people for their extensive assistance in the development of this pipeline: [Eva Caceres](https://github.com/fevac), [Kristine Bilgrav Sæther](https://github.com/kristinebilgrav) | ||
| We thank the following people for their extensive assistance in the development of this pipeline: | ||
|
|
||
| - [Eva Caceres](https://github.com/fevac) | ||
| - [Kristine Bilgrav Sæther](https://github.com/kristinebilgrav) | ||
| - [Beatriz Sá Vinhas](https://github.com/beatrizsavinhas) | ||
| - [Mathias Johansson](https://github.com/mathiasbio) | ||
| - [Felix Lenner](https://github.com/fellen31) | ||
|
|
||
| ## Contributions and Support | ||
|
|
||
|
|
@@ -80,8 +87,6 @@ If you would like to contribute to this pipeline, please see the [contributing g | |
| <!-- TODO nf-core: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file. --> | ||
| <!-- If you use Clinical-Genomics/oncorefiner for your analysis, please cite it using the following doi: [10.5281/zenodo.XXXXXX](https://doi.org/10.5281/zenodo.XXXXXX) --> | ||
|
Comment on lines
117
to
118
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is to be updated after the first release! |
||
|
|
||
| <!-- TODO nf-core: Add bibliography of tools and data used in your pipeline --> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added to |
||
|
|
||
| An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file. | ||
|
|
||
| This pipeline uses code and infrastructure developed and maintained by the [nf-core](https://nf-co.re) community, reused here under the [MIT license](https://github.com/nf-core/tools/blob/main/LICENSE). | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
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.
Moved PR link to the beginning of the line as I think it makes it easier to read when rendered. Thoughts?