Skip to content

Commit

Permalink
v0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
frankvogt committed Nov 23, 2022
1 parent 39cc056 commit 36851a5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions vcf2gwas/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
import subprocess
import time

#from vcf2gwas.parsing import *
from parsing import *
from vcf2gwas.parsing import *
#from parsing import *
from vcf2gwas.install import main as installer

argvals = None
Expand Down
8 changes: 4 additions & 4 deletions vcf2gwas/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
along with vcf2gwas. If not, see <https://www.gnu.org/licenses/>.
"""

#from vcf2gwas.parsing import *
#from vcf2gwas.utils import *
from parsing import *
from utils import *
from vcf2gwas.parsing import *
from vcf2gwas.utils import *
#from parsing import *
#from utils import *

import sys
import time
Expand Down
8 changes: 4 additions & 4 deletions vcf2gwas/starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
along with vcf2gwas. If not, see <https://www.gnu.org/licenses/>.
"""

#from vcf2gwas.parsing import *
#from vcf2gwas.utils import *
from parsing import *
from utils import *
from vcf2gwas.parsing import *
from vcf2gwas.utils import *
#from parsing import *
#from utils import *

import time
import os
Expand Down
2 changes: 1 addition & 1 deletion vcf2gwas/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
except ModuleNotFoundError:
subprocess.run(["pip", "install", "scikit-allel"])

from parsing import *
#from parsing import *

sns.set_theme(style='white', palette='deep')

Expand Down

0 comments on commit 36851a5

Please sign in to comment.