Skip to content

Commit

Permalink
Merge pull request #4 from AlexandrovLab/i3_fix
Browse files Browse the repository at this point in the history
I3 fix
  • Loading branch information
mdbarnesUCSD authored Sep 29, 2023
2 parents 1ef3a90 + 358956d commit ced39a8
Show file tree
Hide file tree
Showing 19 changed files with 9 additions and 6,548 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Setuptools distribution folder.
/dist/
build/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: xenial
language: python

python:
- '3.7'
- '3.8'

install:
- pip install .
Expand Down
131 changes: 0 additions & 131 deletions SigProfilerSimulator.egg-info/PKG-INFO

This file was deleted.

14 changes: 0 additions & 14 deletions SigProfilerSimulator.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion SigProfilerSimulator.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion SigProfilerSimulator.egg-info/not-zip-safe

This file was deleted.

3 changes: 0 additions & 3 deletions SigProfilerSimulator.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion SigProfilerSimulator.egg-info/top_level.txt

This file was deleted.

2 changes: 1 addition & 1 deletion SigProfilerSimulator/SigProfilerSimulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import pandas as pd
import SigProfilerSimulator as sigSim
import SigProfilerMatrixGenerator as sig
from SigProfilerMatrixGenerator.scripts import SigProfilerMatrixGenerator as matRef
from SigProfilerMatrixGenerator.scripts import MutationMatrixGenerator as matRef
from SigProfilerMatrixGenerator.scripts import SigProfilerMatrixGeneratorFunc as matGen
from . import mutational_simulator as simScript
from SigProfilerMatrixGenerator.scripts import save_context_distribution as context_dist
Expand Down
2 changes: 1 addition & 1 deletion SigProfilerSimulator/mutational_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import shutil
import bisect
import numpy as np
from SigProfilerMatrixGenerator.scripts import SigProfilerMatrixGenerator as matRef
from SigProfilerMatrixGenerator.scripts import MutationMatrixGenerator as matRef
# from memory_profiler import profile
# from pympler.tracker import SummaryTracker
import pandas as pd
Expand Down
4 changes: 2 additions & 2 deletions SigProfilerSimulator/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# THIS FILE IS GENERATED FROM SIGPROFILERSIMULATOR SETUP.PY
short_version = '1.1.4'
version = '1.1.4'
short_version = '1.1.5'
version = '1.1.5'


Loading

0 comments on commit ced39a8

Please sign in to comment.