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

Edge not found error #5

Open
treitpeter opened this issue Aug 17, 2022 · 0 comments
Open

Edge not found error #5

treitpeter opened this issue Aug 17, 2022 · 0 comments

Comments

@treitpeter
Copy link

** I can upload the fastg, fastq, mgf and par file to a datashare, can't share on github.

We are running on a Linux 5.3.18-150300.59.60-default x86_64 server, and we are submitting jobs using slurm 21.08.8-2 with the following parameters:

#SBATCH --nodes=1
#SBATCH --tasks-per-node=1
#SBATCH --cpus-per-task=20
#SBATCH --time=48:00:00
#SBATCH --mem=500

We are submitting the jobs with the following command: srun ~/software/graph2pro-var/graph2pro-var.sh ~/file.par
GCC version is 10.3.0 (GCC).

When running the the graph2pro-var.sh script while trying to running "Graph2Pep "we encounter the following error in the step "read edges from file ...":

edgeseqfile /fs/pool/pool-mann-projects/Peter_Florian_Max_Capscan/fastg/k39_all/k39_all/1249_k39.fastg
514112 edges input
Edge not found: NODE_101623_length_2622_cov_11.6744_ID_203245

And this stops the Graph2Pep pipeline from completing and the '1743.1_k39.graph2pep.fasta' is never created. Which results in another error message, ultimately leading to an absence of input for the rest of the pipeline making it complete incorrectly.

Traceback (most recent call last):
File "/fs/gpfs41/lv07/fileset03/home/b_mann/maedler/Software/graph2pro-var/pyscript/createFixedReverseKR.py", line 26, in
inf = open(argv[1], "r")
FileNotFoundError: [Errno 2] No such file or directory: '1743.1_k39.graph2pep.fasta'
output.log
error.log

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