You are here

Some wrong with the flag "-l" for score_jd2.linuxgccrelease

3 posts / 0 new
Last post
Some wrong with the flag "-l" for score_jd2.linuxgccrelease
#1

Dear friends,
I am not sure what is wrong with the flag "-l" for score_jd2.linuxgccrelease. When I use:

~/Cheng/rosetta_2014.30.57114_bundle/main/source/bin/score_jd2.linuxgccrelease -database ~/Cheng/rosetta_2014.30.57114_bundle/main/database -l /mnt/hgfs/Downloads/PDBLIST.txt

I got prompt:

basic.options.util: Use either -s or -l to designate one or more start_files
ERROR:: Exit from: src/basic/options/util.cc line: 157
Error: ERROR: Exception caught by JobDistributor while trying to fill the input jobs with JobInputter of type type 'PdbFile'
Error:
[ERROR] EXCN_utility_exit has been thrown from: src/basic/options/util.cc line: 157
ERROR:: Exit from: src/protocols/jd2/JobDistributor.cc line: 218
caught exception
[ERROR] EXCN_utility_exit has been thrown from: src/protocols/jd2/JobDistributor.cc line: 218

But it is okay if I use the flag "-s":

~/Cheng/rosetta_2014.30.57114_bundle/main/source/bin/score_jd2.linuxgccrelease -database ~/Cheng/rosetta_2014.30.57114_bundle/main/database -s /mnt/hgfs/Downloads/clean.pdb

Can I ask how to solve this?

Thank you very much.

Yours sincerely
Cheng

Post Situation: 
Mon, 2014-09-29 02:29
lanselibai

I would expect that you would get that error if the file /mnt/hgfs/Downloads/PDBLIST.txt is empty, or if there is something else wrong with it. What does the contents of the file look like?

Mon, 2014-09-29 12:49
rmoretti

Hi R Moretti,
So strange! I delete the file and create a new file and it is working now. :)

Thank you.

Yours sincerely
Cheng

I think I know the answer now. It seems that in the PDBLIST.txt file
1) the error will occur if there is only one line for the PDB directory
2) the last line of PDB directory will not be executed when more than one line PDB directories are given

So I think it might be a bug.

Tue, 2014-09-30 02:28
lanselibai