We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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
No response
The text was updated successfully, but these errors were encountered:
Seems to work fine if I drop --save_output_as_bam, that is, it works for
--save_output_as_bam
nextflow run nf-core/sarek -profile test,alignment_to_fastq,docker -r 3.4.2 --outdir results --save_mapped
Sorry, something went wrong.
closed as fixed
No branches or pull requests
Description of the bug
When running
I get
I think the bam and bai sound be in the same folder.
Command used and terminal output
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: