ParallelFold icon indicating copy to clipboard operation
ParallelFold copied to clipboard

Too many command-line arguments

Open AnaValero opened this issue 2 years ago • 1 comments

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 avatar Jun 21 '22 10:06 AnaValero

SOLVED:

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

AnaValero avatar Jun 21 '22 13:06 AnaValero