mycobactopia-org / MTBseq-nf

MTBSeq made simple and easy using Nextflow and nf-core standard.
https://doi.org/10.5281/zenodo.5498063
MIT License
8 stars 1 forks source link

Publish Logs #52

Open abhi18av opened 2 years ago

abhi18av commented 2 years ago
Mxrcon commented 2 years ago

Do you think that a string modification using groovy code would be an option? something like log_name = task.name.toString().split":"[2]?

abhi18av commented 2 years ago

It could be, though I'd prefer counting backwards like a_list[-1] in Python. Some Googling can help in Groovy :)