Hey guys,
I think somewhere the first row of the .domains output file is being overwritten.
Each job is also alerting me that "XXX_merizo.domains exists, will be overwritten!"
An example domain result looks like this, where there were 3 domains predicted:
$ cat XXX_merizo.domains
XXX_merizo 2 178 0.667 0.000 2 98-123_274-425
XXX_merizo 3 150 1.000 0.000 3 124-273
I am running the following command in on our Rocky Linux HPC GPU node:
$ python ~/merizo_search/merizo_search/merizo.py segment pdb/*.pdb merizo --save_domains --output_headers --iterate --save_pdb --save_pdf -d cuda
Not a huge issue as the final TSV looks fine, I just wanted one-line per domain in my results.
Thanks in advance,
Tom
Hey guys,
I think somewhere the first row of the
.domainsoutput file is being overwritten.Each job is also alerting me that "XXX_merizo.domains exists, will be overwritten!"
An example domain result looks like this, where there were 3 domains predicted:
I am running the following command in on our Rocky Linux HPC GPU node:
Not a huge issue as the final TSV looks fine, I just wanted one-line per domain in my results.
Thanks in advance,
Tom