Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mashtree stuck at Converting to phylip format #91

Open
SimranKushwaha opened this issue Nov 17, 2024 · 0 comments
Open

mashtree stuck at Converting to phylip format #91

SimranKushwaha opened this issue Nov 17, 2024 · 0 comments

Comments

@SimranKushwaha
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant