Closed AlesBucek closed 2 years ago
Hi Ales,
I guess the version of hifiasm you are using is Other/hifiasm/0.15.4
, which does not have that option yet. The latest v0.16.1 should accept the option. Can you change one line in your config.sh
from
_HIFIASM=Other/hifiasm/0.15.4
to
_HIFIASM=Other/hifiasm/0.16.1
and then re-running the script? If you are already using v0.16.1 or it still throws an error, then please let me know.
(Edit: Just FYI, the difference in the two hifiasm versions is very subtle, and in most cases the resulting assembly does not change at all. That is, you do not have to re-run hifiasm for the other samples you have already run it unless you care about the consistency of the software version so much.)
Hi Yoshi, thanks, that fixed both the error and my incompletely purged assembly - the new assembly has low BUSCO duplicates and expected total size. FYI, I rerun some assemblies with fixed hom-cov and the differences compared to the previous assembly with automatic hom-cov and previous version of hifiasm were marginal.
Not sure if you have plans to keep updating the workflow but if so, versioning it (e.g. by showing a version of the workflow in config.sh) might be useful. Cheers, Ales
Hi Ales, Glad to hear that. Yes, versioning (and making tagged releases) should be done. Will do in the near future...
Hi Yoshi, I modified the run_hifiasm.sh to add the "--hom-cov 148" argument for the sample where homozygous coverage was inferred incorrectly by hifiasm. I also changed the $OUT_PREFIX variable so the outputs of the previous hifiasm run are not overwritten:
However, this gives me an error:
I tried different positions of the "--hom-cov" parameter in the command in case it matters but it did not fix the error. Could you advice me what might be wrong? Thanks! Ales