itai-levin / hybmind

Code used for developing and analyzing the results of the hybrid synthesis planner
MIT License
4 stars 1 forks source link

Parameter in parallel_map.sh should be updated #1

Closed 0m1n0 closed 10 months ago

0m1n0 commented 10 months ago

https://github.com/itai-levin/hybmind/blob/8cca65e3cd4d52add1108645014fd34a65bcb096/process_BKMS_database/scripts/parallel_map.sh#L14C1-L14C44

Hi @itai-levin

I'm reproducing the part of Process BKMS database. In the code of parallel_map.sh, you should change -f4 to -f1 to be consistent with the data available on your repository.

Thanks! Min

itai-levin commented 10 months ago

Thank you for pointing this out! I've changed the way that the line counting is performed in commit 9f097b2. Should resolve the issue.