-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rasusa #125
Rasusa #125
Conversation
Update to version 0.4.0
Fix `README.md`
fixed link
updated nextflow schema for ectyper.
|
CHANGELOG.md
Outdated
@@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
## Unreleased | |||
|
|||
### `Changed` | |||
|
|||
- Added RASUSA for downsampling of nanopore or pacbio data. |
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.
Nanopore, PacBio capitalization
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.
fixed in: 667b67d
docs/usage/tool_params.md
Outdated
@@ -52,7 +52,16 @@ Seqtk is used for both the sub-sampling of reads and conversion of fasta files t | |||
- seed: A seed value for sub-sampling | |||
- reads_ext: Extension of reads after sub-sampling, do not touch alter this unless doing pipeline development. | |||
- assembly_fastq: Extension of the fastas after being converted to fastq files. Do no touch this unless doing pipeline development. | |||
- report_tag: Name of seqtk data in the final summary report. Do no touch this unless doing pipeline development. | |||
- report_tag: Name of seqtk data in the fi nal summary report. Do no touch this unless doing pipeline development. |
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.
space in final
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.
fixed in: 667b67d
docs/usage/tool_params.md
Outdated
For long read data Rasusa is used for down sampling as it take read length into consideration when down sampling. | ||
|
||
- rasusa | ||
- singularity: singularity container for rasusa | ||
- docker: docker container for rasusa | ||
- seed: A seed value for sub-sampling | ||
- reads_ext: The extension of the generated fastq files. Do no touch this unless doing pipeline development. |
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.
downsamping is probably one word
Singularity, Docker capitalization
Also consider: "do not change this" instead of "do not touch 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.
fixed in: 667b67d
assert workflow.success | ||
snapshot(workflow.out).match() |
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.
Are there any other tests that could be done here? Number of reads, first read, metrics, files exist, etc.?
Same comment for the tests below.
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.
fixed in: 667b67d
Adding RASUSA for downsampling of nanopore data.