Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed Mar 2, 2022
1 parent 84059c2 commit 4301de5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: MAESTRO
Type: Package
Title: Model-based Analyses of Single-cell Transcriptome and Regulome (MACS3 fork)
Version: 1.5.3
Version: 1.5.4
Date: 2021-03-05
Author: Chenfei Wang, Dongqing Sun, Tao Liu, Changxin Wan, Ming (Tommy) Tang, Gali Bai, Jiaojiao Zhou
Maintainer: Dongqing Sun<[email protected]>, Gali Bai<[email protected]>, Tao Liu <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion conda/MAESTRO/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: maestro
version: "1.5.3"
version: "1.5.4"
source:
path: ../../
requirements:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Time-stamp: <2022-01-26 13:49:23 Tao Liu>
# Time-stamp: <2022-03-02 12:14:09 ta32852>

import sys,os
# from distutils.core import setup
Expand All @@ -13,7 +13,7 @@
def main():
setup(
name = "MAESTRO",
version = "1.5.3",
version = "1.5.4",
package_dir = {'MAESTRO':'MAESTRO'},
packages = ['MAESTRO'],
package_data={'MAESTRO':['Snakemake/scRNA/*', 'Snakemake/integrate/*', 'Snakemake/scATAC/*', 'Snakemake/scATAC/rules/*', 'Snakemake/scRNA/rules/*', 'R/*', 'utils/*','annotations/*', 'html/*', '']},
Expand Down

0 comments on commit 4301de5

Please sign in to comment.