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

RoseTTAFold-All-Atom errors out despite completing structure prediction #20

Closed
jscgh opened this issue Nov 1, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@jscgh
Copy link
Collaborator

jscgh commented Nov 1, 2024

Description of the bug

Nextflow fails due to t000_.ss2 not being available for cat and being unable to cp 7u7w_A.pdb (RFAA produced filename is 7u7w.pdb). This is caused by proteinfold and hydra (RFAA) having different ways of handling naming.

.command.err:

- 13:40:45.730 INFO: Input file = 7u7w/A/hhblits/t000_.1e-10.a3m
- 13:40:45.730 INFO: Output file = 7u7w/A/hhblits/t000_.1e-10.id90cov75.a3m
- 13:40:45.893 WARNING: Maximum number 100000 of sequences exceeded in file 7u7w/A/hhblits/t000_.1e-10.a3m
- 13:41:09.503 INFO: Input file = 7u7w/A/hhblits/t000_.1e-10.a3m
- 13:41:09.503 INFO: Output file = 7u7w/A/hhblits/t000_.1e-10.id90cov50.a3m
- 13:41:09.659 WARNING: Maximum number 100000 of sequences exceeded in file 7u7w/A/hhblits/t000_.1e-10.a3m
cat: 7u7w/A/t000_.ss2: No such file or directory
cp: cannot stat '7u7w_A.pdb': No such file or directory

Command used

module load nextflow/24.04.4 java/21                                                                  export SINGULARITY_CACHE_DIR=/srv/scratch/sbf/singularity_cache                                       export NXF_SINGULARITY_CACHEDIR=/srv/scratch/sbf/singularity_cache                                                                                                                                          nextflow run /srv/scratch/z5378336/proteinfold/main.nf \                                                  --input 7u7w_A.csv \                                                                                  --outdir output \                                                                                     --mode rosettafold_all_atom \
    --rosettafold_all_atom_db /mnt/af2 \
    --alphafold2_db /mnt/af2 \
    --use_gpu \
    --skip_multiqc \
    -resume \
    -profile apptainer

For

#17
nf-core#197

@jscgh jscgh added the bug Something isn't working label Nov 1, 2024
@jscgh jscgh self-assigned this Nov 1, 2024
@jscgh jscgh closed this as completed Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant