Update and restructure docs for v1.0 release#83
Open
ochkalova wants to merge 18 commits into
Open
Conversation
|
…istics and coverage calculation
…update metadata schema
KateSakharova
approved these changes
Jul 9, 2026
KateSakharova
left a comment
Contributor
There was a problem hiding this comment.
Thank you, Sonya!!! I have changed a base to 1.0.0 because I already have some changes there. We will merge it to dev after all fixes.
- We do not have READSUBMIT in
methods.md. Do we have something to write about? - We probably need to structure parts in alphabetic order: Assembly, Genome, Read
or in submission order: Read, Assembly, Genome. I would say first one probably is quite universal ... and all docs should follow that order.
|
|
||
| #### `mags` and `bins` modes (`GENOMESUBMIT`) | ||
|
|
||
| - **Co-assemblies**: MAGs/bins generated from co-assemblies are not supported. The pipeline currently expects each MAG/bin to be derived from an assembly generated from a single run. |
Contributor
There was a problem hiding this comment.
I would point to your PR and say it is in development
|
|
||
| - **Co-assemblies**: MAGs/bins generated from co-assemblies are not supported. The pipeline currently expects each MAG/bin to be derived from an assembly generated from a single run. | ||
|
|
||
| - **Eukaryotic and viral bins/MAGs**: Submitting eukaryotic or viral genomes that require additional metadata generation is not supported. For such genomes tRNA and rRNA prediction, quality assessment (completeness/contamination estimation) and taxonomy assignment are not implemented. If all the required metadata (`completeness`, `contamination`, `stats_generation_software`, `RNA_presence` and `NCBI_lineage`) is already provided in the samplesheet, eukaryotic and viral bins/MAGs can still be submitted normally. |
Contributor
There was a problem hiding this comment.
Maybe we should link issues here? We kind of target to fix those
|
|
||
| - **Reads in non-FASTQ formats**: Only reads provided as FASTQ (`.fastq.gz`) can be submitted. Other formats (e.g. BAM) are not supported as input. | ||
|
|
||
| ## Credits |
Contributor
There was a problem hiding this comment.
I think we have a quite big readme and need a table of contents in the beggining of file (it was also one of James's suggestions)
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation improvements:
README.mddescribing resource-intensive steps, recommendations for HPC usage, and ENA submission rate limits.README.mdoutlining unsupported data types and scenarios for each pipeline mode, including details on co-assemblies, eukaryotic/viral bins, single-contig assemblies, and input format restrictions.methods.mddocument.methods.mdtousage.md.Resolves #81
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).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).