Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yjx1217 committed Mar 7, 2023
1 parent 310f06e commit 804fdb5
Show file tree
Hide file tree
Showing 6 changed files with 1,088 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [1.1.1] - 2023-03-07
### Changed
- More robust installation for cpanm.

## [1.1.0] - 2022-08-22
### Added
- Support for random-gamete-based recombination analysis (key feature enhancement).
Expand Down
Binary file renamed Manual_20220822.docx → Manual_20230307.docx
Binary file not shown.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ Jing Li, Bertrand Llorente, Gianni Liti, Jia-Xing Yue. (2022) RecombineX: a comp
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.

## Release history
* v1.1.1 Released on 2023/03/07
** more robust installation for cpanm
* v1.1.0 Released on 2022/08/22
** new feature highlight: support for random-gamete-based recombination profiling analysis
* v1.0.0 Released on 2022/05/07
Expand Down
5 changes: 3 additions & 2 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ if [ -z $(check_installed $cpanm_dir) ]; then
clean $cpanm_dir
mkdir -p $cpanm_dir
cd $cpanm_dir

wget -c --no-check-certificate -O - https://cpanmin.us/ > cpanm
# wget -c --no-check-certificate -O - https://cpanmin.us/ > cpanm
# work around for the unstable downloading issue
cp $RECOMBINEX_HOME/misc/cpanm .
chmod +x cpanm
mkdir perlmods

Expand Down
1,078 changes: 1,078 additions & 0 deletions misc/cpanm

Large diffs are not rendered by default.

0 comments on commit 804fdb5

Please sign in to comment.