-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor the usage of tbprofiler vcf_profile #104
Comments
@TimHHH pointed out that maybe we can implement Please let me know after your own experiment, whether we take this path. |
I tried merging the LoFreq vcf's but unfortunately some important info (sample and allele frequency) is lost. Hence this route is not feasible. |
As an alternative, we can bundle the WHO database within the containers and at runtime just focus on the main script. TODO @abhi18av |
Hi Abhi Below you can find the flow required for the new lofreq analysis. I have also uploaded the reformat_lofreq.py script
|
Sounds good @LennertVerboven !
Which branch have you used to upload this? |
Given that I just added a file, I added it to master directly |
Update:
This has been addressed with #128
|
MERGE_WF:RESISTANCE_ANALYSIS:TBPROFILER_VCF_PROFILE__LOFREQ
crashes because, when run in parallel, multiple processes are reading and writing the same files in/conda/xbs-nf-env-1-d99876e5fea88a1c4bd18887d111ae27/share/tbprofiler/
temporary solution is to keep on restarting the run, each time completing more samples. Decreasing
queueSize
and increasingerrorStrategy
retries is likely to be a good temporary solution as well.The text was updated successfully, but these errors were encountered: