Skip to content

Commit 804fdb5

Browse files
committed
v1.1.1
1 parent 310f06e commit 804fdb5

6 files changed

Lines changed: 1088 additions & 2 deletions

File tree

.DS_Store

-6 KB
Binary file not shown.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
9+
## [1.1.1] - 2023-03-07
10+
### Changed
11+
- More robust installation for cpanm.
12+
813
## [1.1.0] - 2022-08-22
914
### Added
1015
- Support for random-gamete-based recombination analysis (key feature enhancement).

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Jing Li, Bertrand Llorente, Gianni Liti, Jia-Xing Yue. (2022) RecombineX: a comp
6565
RecombineX itself is distributed under the MIT license but some of its dependencies might have more strict license for commercial use. Please check the licensing details of those dependencies.
6666

6767
## Release history
68+
* v1.1.1 Released on 2023/03/07
69+
** more robust installation for cpanm
6870
* v1.1.0 Released on 2022/08/22
6971
** new feature highlight: support for random-gamete-based recombination profiling analysis
7072
* v1.0.0 Released on 2022/05/07

install_dependencies.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,9 @@ if [ -z $(check_installed $cpanm_dir) ]; then
198198
clean $cpanm_dir
199199
mkdir -p $cpanm_dir
200200
cd $cpanm_dir
201-
202-
wget -c --no-check-certificate -O - https://cpanmin.us/ > cpanm
201+
# wget -c --no-check-certificate -O - https://cpanmin.us/ > cpanm
202+
# work around for the unstable downloading issue
203+
cp $RECOMBINEX_HOME/misc/cpanm .
203204
chmod +x cpanm
204205
mkdir perlmods
205206

misc/cpanm

Lines changed: 1078 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)