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

Mapped bam and bai published in different folders #1540

Closed
asp8200 opened this issue May 22, 2024 · 2 comments
Closed

Mapped bam and bai published in different folders #1540

asp8200 opened this issue May 22, 2024 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@asp8200
Copy link
Contributor

asp8200 commented May 22, 2024

Description of the bug

When running

nextflow run nf-core/sarek -profile test,alignment_to_fastq,docker -r 3.4.2 --outdir results --save_mapped --save_output_as_bam

I get

results/preprocessing/mapped/test/test-1.sorted.bam.bai
results/preprocessing/mapped/test-1/test-1.sorted.bam

I think the bam and bai sound be in the same folder.

Command used and terminal output

nextflow run nf-core/sarek -profile test,alignment_to_fastq,docker -r 3.4.2 --outdir results --save_mapped --save_output_as_bam

results/preprocessing/mapped/test/test-1.sorted.bam.bai
results/preprocessing/mapped/test-1/test-1.sorted.bam

Relevant files

No response

System information

No response

@asp8200 asp8200 added the bug Something isn't working label May 22, 2024
@asp8200
Copy link
Contributor Author

asp8200 commented May 23, 2024

Seems to work fine if I drop --save_output_as_bam, that is, it works for

nextflow run nf-core/sarek -profile test,alignment_to_fastq,docker -r 3.4.2 --outdir results --save_mapped 

@FriederikeHanssen
Copy link
Contributor

closed as fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants