Skip to content

Commit d263b53

Browse files
erikbergstromerikbergstrom
authored andcommitted
Tagged release
1 parent 9ea7890 commit d263b53

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ All errors and progress checkpoints are saved into SigProfilerClusters_[project]
8989

9090
CITATIONS
9191

92-
Bergstrom EN, Luebeck J, Petljak M, Khandekar A, Barnes M, Zhang T, Steele CD, Pillay N, Landi MT, Bafna V, Mischell PS, Harris RS, and Alexandrov LB (2022) Mapping clustered mutations in cancer reveals APOBEC3 mutagenesis of ecDNA. Nature; doi: https://doi.org/10.1038/s41586-022-04398-6
92+
Erik N Bergstrom, Mousumy Kundu, Noura Tbeileh, Ludmil B Alexandrov. bioRxiv 2022.02.11.480117; doi: https://doi.org/10.1101/2022.02.11.480117
9393

9494
COPYRIGHT
9595

SigProfilerClusters/SigProfilerClusters.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,9 @@ def analysis (project, genome, contexts, simContext, input_path, output_type='al
619619
print("done")
620620
print("Subclassification of clustered mutations has finished!")
621621

622-
# Generates output paths for final results saved as VCF files
623-
convertToVCF.generateAllPaths(input_path, contexts)
624-
convertToVCF.convertFiles(input_path, contexts, project)
622+
# Generates output paths for final results saved as VCF files
623+
convertToVCF.generateAllPaths(input_path, contexts)
624+
convertToVCF.convertFiles(input_path, contexts, project)
625625

626626

627627
sys.stderr.close()

SigProfilerClusters/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# THIS FILE IS GENERATED FROM SIGPROFILECLUSTERS SETUP.PY
3-
short_version = '0.0.32'
4-
version = '0.0.32'
3+
short_version = '1.0.0'
4+
version = '1.0.0'
55

66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def readme():
1515
# with open('README.rst') as f:
1616
# return(f.read())
1717

18-
VERSION = '0.0.32'
18+
VERSION = '1.0.0'
1919

2020
def write_version_py(filename='SigProfilerClusters/version.py'):
2121
# Copied from numpy setup.py

0 commit comments

Comments
 (0)