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
I’m trying to run Mashtree on 12K genomes, but the process gets stuck at the step:
mashtree: mashDistance: Converting to phylip format into /tmp/MASHTREE.4DrdYc/distances.phylip
When I run the same command on <100 genomes, it completes within a few minutes and successfully generates a tree. Can anyone help me identify the issue?
I’m trying to run Mashtree on 12K genomes, but the process gets stuck at the step:
mashtree: mashDistance: Converting to phylip format into /tmp/MASHTREE.4DrdYc/distances.phylip
When I run the same command on <100 genomes, it completes within a few minutes and successfully generates a tree. Can anyone help me identify the issue?
Here is my SLURM script:
#!/bin/bash
#SBATCH --job-name=fn
#SBATCH --nodes=1
#SBATCH --ntasks=20
#SBATCH --cpus-per-task=1
#SBATCH --time=60:00:00
#SBATCH --mail-type=ALL
mashtree --mindepth 0 --numcpus 12 /XX/XX/XX/XX/*.fna > mashtree2_with_bootstrap.dnd
The text was updated successfully, but these errors were encountered: