Skip to content

Add SAMTOOLS_INDEX process to sample tracking workflow#10

Merged
nvnieuwk merged 13 commits intonf-cmgg:devfrom
daraujop:pr_missingindex
Aug 11, 2025
Merged

Add SAMTOOLS_INDEX process to sample tracking workflow#10
nvnieuwk merged 13 commits intonf-cmgg:devfrom
daraujop:pr_missingindex

Conversation

@daraujop
Copy link
Copy Markdown

@daraujop daraujop commented Aug 1, 2025

Introduce a new process for indexing SAM/BAM/CRAM files within the sample tracking workflow, enhancing data management capabilities. This includes necessary configurations and tests for the new process.

Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf
Comment thread workflows/sampletracking.nf
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread modules/nf-core/samtools/index/main.nf
Comment thread modules/nf-core/samtools/index/main.nf Outdated
Comment thread modules/nf-core/samtools_snp/index/main.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Copy link
Copy Markdown
Member

@nvnieuwk nvnieuwk left a comment

Choose a reason for hiding this comment

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

Very good! I have some small suggestion mainly to nitpick and keep good code practices but the data flow is exactly how it should be 🥳

Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
Comment thread workflows/sampletracking.nf Outdated
@nvnieuwk nvnieuwk changed the base branch from main to dev August 11, 2025 09:13
daraujop and others added 3 commits August 11, 2025 11:25
Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can you remove the BWA index from the code?

Comment thread tests/main.nf.test Outdated
params {
input = "${projectDir}/assets/samplesheet.csv"
bwa_index = "s3://test-data/genomics/homo_sapiens/genome/bwa/"
bwa_index = "/mnt/c/Users/sampletracking/bwa"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
bwa_index = "/mnt/c/Users/sampletracking/bwa"
bwa_index = "s3://test-data/genomics/homo_sapiens/genome/bwa/"

Please revert this back to the S3 URL

@nvnieuwk nvnieuwk merged commit 507a966 into nf-cmgg:dev Aug 11, 2025
@nvnieuwk nvnieuwk mentioned this pull request Aug 11, 2025
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