Skip to content

Commit

Permalink
public available as v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YaqiangCao committed Jul 17, 2021
1 parent 7b9a2bf commit 388929f
Show file tree
Hide file tree
Showing 26 changed files with 19 additions and 17 deletions.
3 changes: 2 additions & 1 deletion build/lib/cLoops2/cLoops2.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
2020-08-10: going to add circos plot as Montage module
2020-10-27: integrated interaction density and distance estimation
2020-12-08: integrated find target genes for a set regions/loops through the enhancer promoter network.
2021-07-16: initial public available for GitHub and PyPI.
"""

__author__ = "CAO Yaqiang"
__date__ = ""
__modified__ = ""
__email__ = "[email protected]"
__version__ = "0.0.1"
__version__ = "0.0.2"

#sys library
import warnings
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/getBedpeFBed.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8--
"""
getBedpeFBed.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/getDI.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8 --
"""
getDI.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/getFRiF.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8 --
"""
getFRiF.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/getIS.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8 --
"""
getIS.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/getIntDensity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8 --
"""
getIntDensity.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/getLocalIDS.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8 --
"""
getLocalIDS.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/getPETsAno.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8 --
"""
getPETsAno.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/getSigDist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8 --
"""
getSigDist.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/getSigEnrich.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8 --
"""
getSigEnrich.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/mergeDomains.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8 --
"""
Merge domains from multiple results of different resolutions.
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/plotDiffHeatmap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8 --
"""
"""
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/tow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8--
"""
tow.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/tracPre.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8--
"""
tracPre.py
Expand Down
2 changes: 1 addition & 1 deletion build/scripts-3.6/tracPre2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/home/caoy7/anaconda2/envs/cLoops2/bin/python3
#!python
#--coding:utf-8--
"""
tracPre.py
Expand Down
2 changes: 1 addition & 1 deletion cLoops2.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: cLoops2
Version: 0.0.1
Version: 0.0.2
Summary: Loop-calling and peak-calling for sequencing-based interaction data, including related analysis utilities.
Home-page: https://github.com/YaqiangCao/cLoops2
Author: Yaqiang Cao
Expand Down
Binary file modified cLoops2/__pycache__/cLoops2.cpython-36.pyc
Binary file not shown.
Binary file modified cLoops2/__pycache__/callCisLoops.cpython-36.pyc
Binary file not shown.
Binary file modified cLoops2/__pycache__/callDiffLoops.cpython-36.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion cLoops2/cLoops2.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
2020-08-10: going to add circos plot as Montage module
2020-10-27: integrated interaction density and distance estimation
2020-12-08: integrated find target genes for a set regions/loops through the enhancer promoter network.
2021-07-16: initial public available for GitHub and PyPI.
"""

__author__ = "CAO Yaqiang"
__date__ = ""
__modified__ = ""
__email__ = "[email protected]"
__version__ = "0.0.1"
__version__ = "0.0.2"

#sys library
import warnings
Expand Down
Binary file removed dist/cLoops2-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/cLoops2-0.0.1-py3.6.egg
Binary file not shown.
Binary file removed dist/cLoops2-0.0.1-py3.7.egg
Binary file not shown.
Binary file removed dist/cLoops2-0.0.1.tar.gz
Binary file not shown.
Binary file added dist/cLoops2-0.0.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/cLoops2-0.0.2.tar.gz
Binary file not shown.

0 comments on commit 388929f

Please sign in to comment.