Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-raden committed Jan 24, 2024
1 parent c87f89a commit d86ac15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
# changes in development version since last release
################################################################################

################################################################################
################################################################################

################################################################################
### version 3.4.0
################################################################################

# IntaRNA
- new arguments t|qPfScale for sequence-specific ViennaRNA pf_scale parameter used
to scale partition functions for ED value computation to avoid overflows
Expand Down
2 changes: 1 addition & 1 deletion doc/handson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ On Microsoft Windows, you can emply the Windows Subsystem for Linux (WSL) for th
```sh
# download Miniconda installer
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
# note: ’-b’ runs the installer in non-interactive silent mode (agreeing to licence etc.)
# note: "-b" runs the installer in non-interactive silent mode (agreeing to licence etc.)
# starting conda installation process
bash ~/miniconda.sh -b -p $HOME/miniconda
```
Expand Down

0 comments on commit d86ac15

Please sign in to comment.