-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I am running using the docker container with singularity:
When I run the following command:
singularity exec brass_v6.3.4.sif brass.pl -c 2 -o ${output_dir} -t ${t_bam} -n ${n_bam}
I receive the following message:
Option 'tumour' ([tumor/file/path) should be an existing file.
The tumor file does exist and is found at the specified path. I see on the README that it says the following:
BRASS requires accurate information regarding the insert size distribution and expects to find a *.bam.bas file co-located with the *.bam's. These can be generated by the bam_stats program included in the PCAP-core project. If you use bwa_mem.pl to map your data (same repository) then this file is generated automatically for you.
Could you please clarify if I need to have any other files in the same directory as my bam files, or is this handled by the script?
Thank you very much for your help!