Skip to content

Commit

Permalink
Changed version number to comply with semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
roseorenbuch committed Mar 14, 2019
1 parent 45bd87c commit 5c42ce6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions arcasHLA
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#-----------------------------------------------------------------------------
#
# Authors: Rose Orenbuch, Ioan Filip, Itsik Pe'er
# Date: November 2018
# Version: 1.0
# Date: 2018-12-11
# Version: 0.0
# License: GNU
#
#-----------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions scripts/arcas_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
import logging as log
from subprocess import PIPE, run

__version__ = '1.0'
__date__ = 'November 2018'
__version__ = '0.0'
__date__ = '2018-12-11'

#-------------------------------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions scripts/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
from arcas_utilities import (process_allele, check_path,
remove_files, run_command, hline)

__version__ = '1.0'
__date__ = 'November 2018'
__version__ = '0.0'
__date__ = '2018-12-11'

#-------------------------------------------------------------------------------
# Extract Reads
Expand Down
4 changes: 2 additions & 2 deletions scripts/genotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
from arcas_utilities import (process_allele, check_path, remove_files,
run_command, get_gene, hline)

__version__ = '1.0'
__date__ = 'November 2018'
__version__ = '0.0'
__date__ = '2018-12-11'

#-------------------------------------------------------------------------------
# Paths and filenames
Expand Down
3 changes: 3 additions & 0 deletions scripts/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

from arcas_utilities import check_path

__version__ = '0.0'
__date__ = '2018-12-11'

#-------------------------------------------------------------------------------

def get_paths(indir):
Expand Down
4 changes: 2 additions & 2 deletions scripts/partial.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
run_command, hline)
from genotype import pseudoalign, expectation_maximization

__version__ = '1.0'
__date__ = 'November 2018'
__version__ = '0.0'
__date__ = '2018-12-11'

#-------------------------------------------------------------------------------
# Paths and filenames
Expand Down
4 changes: 2 additions & 2 deletions scripts/reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
from arcas_utilities import (process_allele, run_command, get_gene,
hline, check_path)

__version__ = '1.0'
__date__ = 'November 2018'
__version__ = '0.0'
__date__ = '2018-12-11'

#-------------------------------------------------------------------------------
# Paths and filenames
Expand Down

0 comments on commit 5c42ce6

Please sign in to comment.