-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,8 @@ os: | |
- windows | ||
- osx | ||
julia: | ||
- 1.0 | ||
- 1.3 | ||
#- nightly | ||
- 1.2 | ||
- 1.5 | ||
notifications: | ||
email: false | ||
addons: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ keywords = ["metagenomics", "microbiome", "probabilistic-graphical-models", "hig | |
license = "GPL-3.0" | ||
desc = "Inference of microbial interaction networks from large-scale heterogeneous abundance data" | ||
authors = ["Janko Tackmann <[email protected]>"] | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
|
||
[deps] | ||
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" | ||
|
@@ -37,7 +37,7 @@ JSON = "0.21" | |
LightGraphs = "1" | ||
SimpleWeightedGraphs = "1" | ||
StatsBase = "0.32" | ||
julia = "1" | ||
julia = "1.2" | ||
|
||
[extras] | ||
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,15 +9,21 @@ FlashWeave predicts ecological interactions between microbes from large-scale co | |
|
||
## Installation ## | ||
|
||
To install Julia, please follow instructions on https://github.com/JuliaLang/julia. The preferred way is to obtain a binary from https://julialang.org/downloads/. Make sure you install Julia 1.0 or above, the versions currently supported by FlashWeave. | ||
To install Julia, please follow instructions on https://github.com/JuliaLang/julia. The preferred way is to obtain a binary from https://julialang.org/downloads/. Make sure you install Julia 1.2 or above, the versions currently supported by FlashWeave. | ||
|
||
In an interactive Julia session, you can then install FlashWeave after typing `]` via | ||
|
||
```julia | ||
(v1.0) pkg> add FlashWeave | ||
# to run tests: (v1.0) pkg> test FlashWeave | ||
(v1.2) pkg> add FlashWeave | ||
# to run tests: (v1.2) pkg> test FlashWeave | ||
``` | ||
|
||
**Important note: from version 0.17, FlashWeave dropped support for Julia versions < 1.2. If you want to use FlashWeave with older Julia installations, make sure to install FlashWeave 0.16.0 (or lower) via `]` + `add [email protected]`.** | ||
|
||
## Latest changes ## | ||
|
||
See [NEWS.md](https://github.com/meringlab/FlashWeave.jl/blob/master/NEWS.md) for the latest features and bugfixes. | ||
|
||
## Basic usage ## | ||
|
||
To learn an interaction network from an OTU table and (optionally) a meta data table, you can do | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ac87d7b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
ac87d7b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/18770
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: