sanger-tol / treeval

Pipelines for the production of Treeval data
https://pipelines.tol.sanger.ac.uk/treeval
Other
21 stars 2 forks source link

CAT_CAT & FASTK_FASTK in KMER causing naming issues #178

Closed DLBPointon closed 9 months ago

DLBPointon commented 9 months ago

Description of the bug

Whilst updating the yaml and its references I have come across a bug where the file isn't being renamed as expected, the string to represent the file location is however being changed. So CAT_CAT is outputting ${meta.id}.gz, the string representation is updated to ${meta.id}.fa.gz but the file is not updated, therefore causing FASTK_FASTK to error out.

I don't expect anything done so far to be negatively affected. As this is only an issue post yaml update (which is odd in and of itself).

To fix this, I have added some config for CAT_CAT that outputs a file named ${meta.id}_merged.fasta.gz which circumvents the renaming that was happening.

Command used and terminal output

No response

Relevant files

No response

System information

No response