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

Too many command-line arguments #22

Open
AnaValero opened this issue Jun 21, 2022 · 1 comment
Open

Too many command-line arguments #22

AnaValero opened this issue Jun 21, 2022 · 1 comment

Comments

@AnaValero
Copy link

Hi,

First of all, thanks for developing this tool, I'm looking forward to playing with it!

I installed the ParallelFold into a Ubuntu 18 machine, and the full alphafold database into an external drive.

When running the command:
$ ./run_alphafold.sh -d /media/qhr/"My Passport"/alphafold/AlphaFold_DB -o output -p monomer_ptm -i input/GA98.fasta -m model_1 -f

I get the Error: Too many command-line arguments.

Also get the same error by calling directly to run_alphafold.py:
$ python3 run_alphafold.py --fasta_paths=input/GA98.fasta --model_preset=monomer --data_dir=/media/qhr/"My Passport"/alphafold/AlphaFold_DB --output_dir=output --uniref90_database_path=/media/qhr/"My Passport"/alphafold/AlphaFold_DB/uniref90 --mgnify_database_path=/media/qhr/"My Passport"/alphafold/AlphaFold_DB/mgnify --template_mmcif_dir=/media/qhr/"My Passport"/alphafold/AlphaFold_DB/pdb_mmcif --obsolete_pdbs_path=/media/qhr/"My Passport"/alphafold/AlphaFold_DB/pdb_mmcif/obsolete.dat --use_gpu_relax=True bfd_database_path=/media/qhr/"My Passport"/alphafold/AlphaFold_DB/bfd --max_template_date=2020-05-14

Is it possible that the space in the name of the external drive "My Passport" is causing such error?

Thanks!
Ana

@AnaValero
Copy link
Author

SOLVED:

The problem was caused by the space within the name of external drive. By changing it the standard first command worked just fine.

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