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

location of scripts in singularity container #41

Open
JudithR opened this issue Jun 19, 2024 · 1 comment
Open

location of scripts in singularity container #41

JudithR opened this issue Jun 19, 2024 · 1 comment

Comments

@JudithR
Copy link

JudithR commented Jun 19, 2024

Hi,

Thx for creating this tool and I'm curious to see how it performs on my dataset.

I'm using the prebuild singularity container, however I cannot find the location of the scripts required for preprocessing in the container. The required binaries for seqkit and porechops are also not available. Is this intentional?

Regards
Judith

@colindaven
Copy link

You should be able to find the location of any script within the PATH with the command which

singularity exec /path/containers/herro.sif herro inference

error: the following required arguments were not provided:
  -m <MODEL>
  -b <BATCH_SIZE>
  <READS>
  <OUTPUT>

Usage: herro inference -m <MODEL> -b <BATCH_SIZE> <READS> <OUTPUT>

For more information, try '--help'.

singularity exec /mnt/beegfs/scratch/bioinformatics/colin/containers/herro.sif which herro

/usr/bin/herro

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

2 participants