Skip to content

Commit 1384b21

Browse files
erikbergstromerikbergstrom
authored andcommitted
Updated README citation
1 parent aeac0d7 commit 1384b21

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ See below for a detailed list of available parameters
8787

8888
All errors and progress checkpoints are saved into SigProfilerClusters_[project]_[genome].err and SigProfilerClusters_[project]_[genome].out, respectively. For all errors, please email the error and progress log files to the primary contact under CONTACT INFORMATION.
8989

90-
CITATION
90+
CITATIONS
9191

92-
Bergstrom EN, Luebeck J, Petljak M, Bafna V, Mischell PS, Harris RS, and Alexandrov LB (2021) Comprehensive analysis of clustered mutations in cancer reveals recurrent APOBEC3 mutagenesis of ecDNA. bioRxiv 2021.05.27.445689; doi: https://doi.org/10.1101/2021.05.27.445689
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
9393

9494
COPYRIGHT
9595

96-
Copyright (c) 2021, Erik Bergstrom [Alexandrov Lab] All rights reserved.
96+
Copyright (c) 2022, Erik Bergstrom [Alexandrov Lab] All rights reserved.
9797

9898
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
9999

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.30'
4-
version = '0.0.30'
3+
short_version = '0.0.31'
4+
version = '0.0.31'
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.30'
18+
VERSION = '0.0.31'
1919

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

0 commit comments

Comments
 (0)