I tried using the conda installation of CONSENT but it was failing to polish the example reads:
CONSENT-polish --contigs example/rawAssembly.fasta --reads example/reads.fasta --out example/polishedAssembly.fasta
[Tue 18 Jan 14:15:53 GMT 2022] Aligning the long reads to the contigs (minimap2)
[Tue 18 Jan 14:15:57 GMT 2022] Processing the overlaps
/mnt/shared/scratch/apps/conda/envs/CONSENT/bin/CONSENT-polish: line 193: reformatPAF: command not found
I looked at the conda bin and noticed that 'reformatPAF' was actually 'CONSENT-reformatPAF'. Renaming it to this on line 193 of CONSENT-polish fixed this error.
(Not sure if this is the right place to report errors in the conda version!)
I tried using the conda installation of CONSENT but it was failing to polish the example reads:
I looked at the conda bin and noticed that 'reformatPAF' was actually 'CONSENT-reformatPAF'. Renaming it to this on line 193 of CONSENT-polish fixed this error.
(Not sure if this is the right place to report errors in the conda version!)