Monopogen icon indicating copy to clipboard operation
Monopogen copied to clipboard

bam.lst file format

Open aidanshoham12 opened this issue 1 month ago • 0 comments

Hello! Im having a bit of difficulty generating the bam.lst file that will be used for data preprocessing. I had made my bam.lst file containing the paths to the bam files (both of then A.bam and B,bam) provided in the example directory in the following way:

${path}/example/A.bam,
${path}/example/B.bam,

However, it seems like the Bam file isn't able to be found from the following error message: AssertionError: Bam file cannot be found! I was wondering if you would be able to clarify the format of the bam.lst file needed by the software and whether I am simply able to provide the path to the example directory inside the bam.lst file. Thank you for your help!

aidanshoham12 avatar May 23 '24 20:05 aidanshoham12