Mercurial > repos > iuc > vsnp_build_tables
diff vsnp_add_zero_coverage.py @ 2:a52b819aa990 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/vsnp commit 94e69abb568077267eb8b15ef624624e2899a750"
author | iuc |
---|---|
date | Wed, 30 Sep 2020 19:07:23 +0000 |
parents | 0bc0009f9ea0 |
children | efb86aade548 |
line wrap: on
line diff
--- a/vsnp_add_zero_coverage.py Sun Sep 27 10:08:14 2020 +0000 +++ b/vsnp_add_zero_coverage.py Wed Sep 30 19:07:23 2020 +0000 @@ -3,11 +3,12 @@ import argparse import multiprocessing import os -import pandas -import pysam import queue import re import shutil + +import pandas +import pysam from Bio import SeqIO INPUT_BAM_DIR = 'input_bam_dir'