You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #367 made some repetitive changes on the code to fix urgent issues.
The problem with the code is that the first step of the module is to divide the bioinformatic results by COD and process that data with the specific functions on the pipeline's config:
The order should be to process the data before splitting it, save that data into the output directory, and then split it by COD, because else, the splitted files and the original files are being processed twice with the same code.
The text was updated successfully, but these errors were encountered:
PR #367 made some repetitive changes on the code to fix urgent issues.
The problem with the code is that the first step of the module is to divide the bioinformatic results by COD and process that data with the specific functions on the pipeline's config:
relecov-tools/relecov_tools/read_bioinfo_metadata.py
Line 794 in 2d1f7a0
The order should be to process the data before splitting it, save that data into the output directory, and then split it by COD, because else, the splitted files and the original files are being processed twice with the same code.
The text was updated successfully, but these errors were encountered: