-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix issue #5612 - boolean param to optionally log skipped fastqs #190
Closed
glichtenstein
wants to merge
24
commits into
nf-core:dev
from
glichtenstein:boolean-parameter-to--log_skipped_fastqs
Closed
fix issue #5612 - boolean param to optionally log skipped fastqs #190
glichtenstein
wants to merge
24
commits into
nf-core:dev
from
glichtenstein:boolean-parameter-to--log_skipped_fastqs
Conversation
This file contains 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
This comment was marked as resolved.
This comment was marked as resolved.
|
2 tasks
glichtenstein
changed the title
Boolean parameter to --log_skipped_fastqs
fix issue #5612 - boolean param to optionally log skipped fastqs
May 21, 2024
It will need the the nf-core/modules PR counterpart to pass the tests. |
17 tasks
glichtenstein
force-pushed
the
boolean-parameter-to--log_skipped_fastqs
branch
from
May 23, 2024 23:16
910cba5
to
3806b6a
Compare
glichtenstein
force-pushed
the
boolean-parameter-to--log_skipped_fastqs
branch
from
May 23, 2024 23:44
4fc95ef
to
fffb21d
Compare
glichtenstein
force-pushed
the
boolean-parameter-to--log_skipped_fastqs
branch
from
May 24, 2024 16:31
0d6ca1d
to
6531e13
Compare
glichtenstein
force-pushed
the
boolean-parameter-to--log_skipped_fastqs
branch
2 times, most recently
from
May 31, 2024 17:58
34478cd
to
3a89595
Compare
…s or smaller before checking if there's only one read left
Will close it in favor of nf-core/modules#5734 with help of @k1sauce refactoring of demultiplex.nf |
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.
Closes nf-core/modules#5612
nf-core/modules PR counterpart: nf-core/modules#5638
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).Description
This pull request adds the optional parameter
--log_skipped_fastqs
to thedemultiplex
pipeline. This change was necessary to address the issue with logging skipped FASTQ files and preventing the AWS S3 issue.Patch Details
The changes in this PR were applied using a patch from a specific commit in the
nf-core/modules
repository. The commit details are as follows:git format-patch -1 22bc6c5b186e16432e5b82d1932020b9c92e7040 -o /<some_dir>/patch/
The patch was applied to ensure that the
demultiplex
repository includes the latest changes fromnf-core/modules
necessary for this feature.Testing
true
nextflow run glichtenstein/demultiplex -r 7d9538e --input nf-core-samplesheet.csv --outdir /data/scratch/iseq-DI/output -profile docker -work-dir /data/scratch/iseq-DI/workdir -resume --skip_tools fastp --log_empty_fastqs=true
false
nextflow run glichtenstein/demultiplex -r 7d9538e --input nf-core-samplesheet.csv --outdir /data/scratch/iseq-DI/output -profile docker -work-dir /data/scratch/iseq-DI/workdir -resume --skip_tools fastp --log_empty_fastqs=false
executor > local (5)
[1a/e1ae22] process > NFCORE_DEMULTIPLEX:DEMULTIPLEX:BCL_DEMULTIPLEX:BCLCONVERT [100%] 1 of 1 ✔
[5f/05036f] process > NFCORE_DEMULTIPLEX:DEMULTIPLEX:FALCO (iseq-DI_S1_L001) [100%] 1 of 1 ✔
[84/64923f] process > NFCORE_DEMULTIPLEX:DEMULTIPLEX:MD5SUM (iseq-DI_S1_L001) [100%] 2 of 2 ✔
[11/351698] process > NFCORE_DEMULTIPLEX:DEMULTIPLEX:MULTIQC [100%] 1 of 1 ✔
-[nf-core/demultiplex] Pipeline completed successfully-
cat output/empty_fastqs.log
Empty or invalid FASTQ file: /data/scratch/iseq-DI/workdir/1a/e1ae22.../Bad-iseq-DI_S2_L001_R1_001.fastq.gz
Empty or invalid FASTQ file: /data/scratch/iseq-DI/workdir/1a/e1ae22.../Bad-iseq-DI_S2_L001_R2_001.fastq.gz
Dataset used
SampleSheet was modified to include bad barcodes.
nf-core_samplesheet.csv
bcl_convert_samplesheet.csv