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
The repository README recommends running multigrmpy.py independently for several samples when running an analysis at population scale.
My understanding is that multigrmpy.py first converts the input vcf to a set of .json files written to a temporary directory. These .json files are then used by the grmpy program to carry genotyping.
If my understanding is right, then the conversion step is conducted as many times as multigrmpy.py is launched, whereas we only really need conversion to happen once for a given vcf. This results in wasted computing time and a lot more temporary files than what is needed, which causes problems on my system because the large number of temporary files becomes hard to manage.
Therefore, I would like to know if there is a way that I could use the tools provided by Paragraph to first convert the vcf file to a set of .json files, and then use those as input for genotyping. I believe this would not be too complicated, but I can't figure out how to do this based on the information that is provided.
The text was updated successfully, but these errors were encountered:
The repository README recommends running multigrmpy.py independently for several samples when running an analysis at population scale.
My understanding is that multigrmpy.py first converts the input vcf to a set of .json files written to a temporary directory. These .json files are then used by the grmpy program to carry genotyping.
If my understanding is right, then the conversion step is conducted as many times as multigrmpy.py is launched, whereas we only really need conversion to happen once for a given vcf. This results in wasted computing time and a lot more temporary files than what is needed, which causes problems on my system because the large number of temporary files becomes hard to manage.
Therefore, I would like to know if there is a way that I could use the tools provided by Paragraph to first convert the vcf file to a set of .json files, and then use those as input for genotyping. I believe this would not be too complicated, but I can't figure out how to do this based on the information that is provided.
The text was updated successfully, but these errors were encountered: