Skip to content

Commit

Permalink
Tagged release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbergstrom authored and erikbergstrom committed Feb 14, 2022
1 parent 9ea7890 commit d263b53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ All errors and progress checkpoints are saved into SigProfilerClusters_[project]

CITATIONS

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
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

COPYRIGHT

Expand Down
6 changes: 3 additions & 3 deletions SigProfilerClusters/SigProfilerClusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,9 +619,9 @@ def analysis (project, genome, contexts, simContext, input_path, output_type='al
print("done")
print("Subclassification of clustered mutations has finished!")

# Generates output paths for final results saved as VCF files
convertToVCF.generateAllPaths(input_path, contexts)
convertToVCF.convertFiles(input_path, contexts, project)
# Generates output paths for final results saved as VCF files
convertToVCF.generateAllPaths(input_path, contexts)
convertToVCF.convertFiles(input_path, contexts, project)


sys.stderr.close()
Expand Down
4 changes: 2 additions & 2 deletions SigProfilerClusters/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# THIS FILE IS GENERATED FROM SIGPROFILECLUSTERS SETUP.PY
short_version = '0.0.32'
version = '0.0.32'
short_version = '1.0.0'
version = '1.0.0'


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():
# with open('README.rst') as f:
# return(f.read())

VERSION = '0.0.32'
VERSION = '1.0.0'

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

0 comments on commit d263b53

Please sign in to comment.