Open BrendanBeahan opened 2 days ago
@BrendanBeahan I am having the same issue. I found this in code
parser.add_argument('--input_format', default = "fast5",help = "The input file format, defautl is pod5 file, can be fast5.")
While it is said the default is pod5, it is actually fast5 format. So I am trying to add --input_format pod5
to have another try. Will let you know whether it works or not.
@BrendanBeahan just to update, this does not fix the issue
@abcdtree Thanks Josh!
Hello,
I am attempting to run xron for basecalling, but I am encountering an issue where the output directories are empty. Below are the details of my setup and the steps I followed.
Built a Singularity Image Format (SIF) file using the following Dockerfile:
Converted the Docker image into a SIF file and ran the following command within the Singularity container:
Observed the following output:
The output directory contains no .fastq files, and nothing appears to have been processed.
Also, the input directory /rhea/scratch/brussel/vo/000/bvo00030/vsc11010/pod5_scp/OHMX20240022_001/pod5_pass/ contains valid .pod5 files.
Finally, I noticed a warning about torch.load in the output:
FutureWarning: You are using
torch.loadwith
weights_only=False...
Please let me know if there’s any additional information you need to help troubleshoot this issue. Thank you for your assistance!
Best, Brendan