Skip to content
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

Add FQlint module #31

Open
MatthiasZepper opened this issue Oct 21, 2024 · 0 comments
Open

Add FQlint module #31

MatthiasZepper opened this issue Oct 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MatthiasZepper
Copy link
Member

Description of feature

Add the module for fq lint to the pipeline.

@MatthiasZepper MatthiasZepper added the enhancement New feature or request label Oct 21, 2024
@MatthiasZepper MatthiasZepper moved this to suggested modules to add in seqinspector project board Oct 25, 2024
@erkutilaslan erkutilaslan self-assigned this Oct 29, 2024
@erkutilaslan erkutilaslan moved this from Todo to In Progress in Hackathon October 2024 Oct 29, 2024
adamrtalbot added a commit to adamrtalbot/seqinspector that referenced this issue Nov 2, 2024
Validation of FASTQS early prevents running the pipeline on invalid FASTQ files which will make the pipeline more efficient at achieving it's ultimate objective of checking FASTQ validity.

It adds 3 more parameters:
 - `--skip_linting` which enables the linting of FASTQs
 - `--fq_lint_args` which is a string of arguments to pass to the linting tool
 - `--continue_with_lint_fail` which is a boolean to determine whether to continue if the linting fails

Between these three options the user has a high degree of control over how the pipeline lints which should handle most use cases.

Closes nf-core#31
adamrtalbot added a commit to adamrtalbot/seqinspector that referenced this issue Dec 19, 2024
Validation of FASTQS early prevents running the pipeline on invalid FASTQ files which will make the pipeline more efficient at achieving it's ultimate objective of checking FASTQ validity.

It adds 3 more parameters:
 - `--skip_linting` which enables the linting of FASTQs
 - `--fq_lint_args` which is a string of arguments to pass to the linting tool
 - `--continue_with_lint_fail` which is a boolean to determine whether to continue if the linting fails

Between these three options the user has a high degree of control over how the pipeline lints which should handle most use cases.

Closes nf-core#31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: suggested modules to add
Status: In Progress
Development

No branches or pull requests

2 participants