Closed sillitoe closed 9 years ago
Ah, I've improved the error message in my local copy of Cath::SsapList
- this now looks like:
couldn't open data/115699.ssap for writing: No such file or directory at get_rep_for_all_families.pl line 302.
Which is more useful. The problem seems to be down to changing directory, then using relative directory paths:
[4064] Changing directory to data
...
[4064] Writing SSAP file: data/115699.ssap
Reporting an error that I got when running this script with the test data:
Haven't looked into why this might be happening yet - might well be file permissions on my local setup or a problem in
Cath::SsapList
, but wanted to raise this issue as an example.