Skip to content

Commit

Permalink
[method_def] viloca with posterior threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Nov 17, 2023
1 parent e6b748a commit 369a528
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# CONDA: libshorah
# CONDA: pyvcf
# CONDA: biopython = 1.79
# PIP: pandas
# PIP: git+https://github.com/LaraFuhrmann/shorah@master

import subprocess
Expand All @@ -12,6 +13,7 @@
import gzip
from fuc import pyvcf
import pandas as pd
import shutil


def gunzip(source_filepath, dest_filepath, block_size=65536):
Expand Down Expand Up @@ -132,7 +134,7 @@ def main(

elif file.endswith(".fas"):
fname_haplos = (dname_work / "support" / onlyfiles[0]).resolve()
(dname_work / "support" / file).copy(fname_result_haplos)
shutil.copy((dname_work / "support" / file).resolve(), fname_result_haplos)

# fix frequency information

Expand Down

0 comments on commit 369a528

Please sign in to comment.