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

enabled storeDir for dsl2 #1003

Merged
merged 14 commits into from
Apr 24, 2024
Merged

enabled storeDir for dsl2 #1003

merged 14 commits into from
Apr 24, 2024

Conversation

anoronh4
Copy link
Collaborator

@anoronh4 anoronh4 commented Jan 30, 2024

Addresses #1000 . Very similar to #1001 but for the dsl2 version of the pipeline, and merging to the develop branch, rather than for the dsl1 version and merging directly to master.

Currently only the alignment_wf has been adjusted, and no config file for enabling storeDir has been added to the branch. Suggested config usage for now is:

process {
    withName: 'alignment_wf:.*' {
        storeDir = { "storeDir/${task.process}/${task.tag}/" }
    }
}

and specifying the file to nextflow using -c my_config

@anoronh4 anoronh4 changed the title enabled storeDir for bam alignmnet enabled storeDir for bam alignment Jan 30, 2024
@anoronh4 anoronh4 marked this pull request as ready for review January 31, 2024 00:08
@gongyixiao gongyixiao changed the title enabled storeDir for bam alignment enabled storeDir for dsl2 Jan 31, 2024
Anne Marie Noronha added 3 commits February 12, 2024 13:36
@anoronh4 anoronh4 requested a review from gongyixiao March 7, 2024 15:57
@anoronh4 anoronh4 requested a review from johnoooh April 8, 2024 15:24
Copy link
Collaborator

@johnoooh johnoooh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@anoronh4 anoronh4 merged commit 9b2da47 into develop Apr 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants