You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run Command 1 above, I don't see a BAMS directory in the output folder, or .bam or .bai files saved anywhere in the output directory. However, when I run command 2, which adds the --igv flag, the .bam and.bai files are saved in the BAMS directory in the output folder.
I'm not sure whether this is the intended behavior or not, but if it is, it's not clear from the documentation. The current documentation led me to expect the BAMS directory to be saved and populated regardless of what other flags were set.
Relevant log output
This file is big and I don't think it's super relevant, but if you want it anyway, please let me know.
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
other (please describe below)
Other demo data information
First, I had to make a couple adjustments (detailed below) to the example command script to have it run correctly, but then I saw the same issue I described above: unless the --igv flag is set, no BAMS directory is created and no .bam/.bai files were saved.
The two adjustments I had to make were:
1) change -profile standard to -profile singularity (this is expected since I'm running on a cluster that doesn't use docker)
2) delete "--minimap2_index_opts '-k15'" from the command -- whenever this was included I got the error:
Unknown option: -k15 -- Check the available commands and options and syntax with 'help'
(I also got a similar error when I changed it to -k14)
The text was updated successfully, but these errors were encountered:
Operating System
Other Linux (please specify below)
Other Linux
Red Hat Enterprise Linux 8.10
Workflow Version
v1.6.0
Workflow Execution
Other (please describe)
Other workflow execution
Slurm workload manager on a cluster
EPI2ME Version
No response
CLI command run
Command1 that doesn't output BAMS folder (or .bam/.bai files):
Command2 that does output BAMS folder (with .bam/.bai files):
Workflow Execution - CLI Execution Profile
None
What happened?
When I run Command 1 above, I don't see a BAMS directory in the output folder, or .bam or .bai files saved anywhere in the output directory. However, when I run command 2, which adds the --igv flag, the .bam and.bai files are saved in the BAMS directory in the output folder.
I'm not sure whether this is the intended behavior or not, but if it is, it's not clear from the documentation. The current documentation led me to expect the BAMS directory to be saved and populated regardless of what other flags were set.
Relevant log output
Application activity log entry
No response
Were you able to successfully run the latest version of the workflow with the demo data?
other (please describe below)
Other demo data information
The text was updated successfully, but these errors were encountered: