-
Notifications
You must be signed in to change notification settings - Fork 36
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
Release candidate 1.4.0 #160
Conversation
Add singularity.registry = 'quay.io' and bump NF version to 23.04.0
Fix/ci nf tests & Remove un-necessary registry declarations
Remove_aws_ecr_public_profile
Need to work out the required part. I wonder if we can have different schemas depending on the demultiplexer. #138
Co-authored-by: matthdsm <[email protected]>
Co-authored-by: maxulysse <[email protected]>
As seen in `workflows/demultiplex.nf`, when neither trimming nor fastq are skipped, md5 sums will only be generated for fastp files.
RunInfo.xml is not an output file of bclconvert nor bcl2fastq, it is generated by the instrument.
Fix `bcl2fastq` and `bclconvert` publishDir
Fixes #156
Co-authored-by: aratz <[email protected]>
Update all modules
Set publish mode for FastQs
Ran `nf-core bump-version 1.4.0`
Co-authored-by: Maxime U Garcia <[email protected]>
Pre-release v1.4.0
|
- name: Run nf-test | ||
run: nf-test test --profile=test,${{ matrix.profile }} tests/${{ matrix.component }}/${{ matrix.tags }}/*.nf.test --junitxml=${{ matrix.tags }}.xml | ||
run: nf-test test tests/pipeline/ --profile=test,${{ matrix.profile }} --junitxml=test.xml |
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.
I feel like using tag would be more efficient, but good enough for me
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.
It was written pre-tags 😉
@@ -25,11 +25,11 @@ | |||
"minimum": 1, | |||
"maximum": 8 | |||
}, | |||
"run_dir": { |
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.
what happened to run_dir
?
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.
I don't think we're using from_samlesheet
yet, so this won't matter until #102
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.
Awesome!
- name: Run nf-test | ||
run: nf-test test --profile=test,${{ matrix.profile }} tests/${{ matrix.component }}/${{ matrix.tags }}/*.nf.test --junitxml=${{ matrix.tags }}.xml | ||
run: nf-test test tests/pipeline/ --profile=test,${{ matrix.profile }} --junitxml=test.xml |
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.
It was written pre-tags 😉
@@ -25,11 +25,11 @@ | |||
"minimum": 1, | |||
"maximum": 8 | |||
}, | |||
"run_dir": { |
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.
I don't think we're using from_samlesheet
yet, so this won't matter until #102
Thanks a lot @Aratz <3 |
Release candidate for v1.4.0
Includes the following:
Added
Changed
Fixed
singularity.registry = 'quay.io'
and bump NF version to 23.04.0Removed
public_aws_ecr
profile.