Skip to content

Commit

Permalink
Improve README for windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
adrientaudiere committed Feb 10, 2024
1 parent fddfb8a commit b7f917f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ The article [filter taxa and samples](https://adrientaudiere.github.io/MiscMetab

For developers, I also wrote a article describing som [rules of codes](https://adrientaudiere.github.io/MiscMetabar/articles/Rules.html).


### Summarize a physeq object

```{r example}
Expand Down Expand Up @@ -109,11 +108,17 @@ ggvenn_pq(data_fungi, fact = "Height") +
labs(title = "Share number of ASV among Height in tree")
```

### Note for non-linux users

Some functions may not work on windows (*e.g.* [track_wflow()], [cutadapt_remove_primers()], [krona()], [vsearch_clustering()], ...). A solution is to exploit docker container, for example the using the great [rocker project](https://rocker-project.org/).

MiscMetabar is developed under Linux and the vast majority of functions may works on Unix system, but its functionning is not test under iOS.

### Installation of other softwares for debian Linux distributions

If you encounter any errors or have any questions about the installation of these softwares, please visit their dedicated websites.

#### [blast@](https://blast.ncbi.nlm.nih.gov/doc/blast-help/downloadblastdata.html#downloadblastdata)
#### [blast+](https://blast.ncbi.nlm.nih.gov/doc/blast-help/downloadblastdata.html#downloadblastdata)

```sh
sudo apt-get install ncbi-blast+
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,22 @@ ggvenn_pq(data_fungi, fact = "Height") +

<img src="man/figures/README-unnamed-chunk-6-1.png" width="100%" />

### Note for non-linux users

Some functions may not work on windows (*e.g.* \[track_wflow()\],
\[cutadapt_remove_primers()\], \[krona()\], \[vsearch_clustering()\],
…). A solution is to exploit docker container, for example the using the
great [rocker project](https://rocker-project.org/).

MiscMetabar is developed under Linux and the vast majority of functions
may works on Unix system, but its functionning is not test under iOS.

### Installation of other softwares for debian Linux distributions

If you encounter any errors or have any questions about the installation
of these softwares, please visit their dedicated websites.

#### [blast@](https://blast.ncbi.nlm.nih.gov/doc/blast-help/downloadblastdata.html#downloadblastdata)
#### [blast+](https://blast.ncbi.nlm.nih.gov/doc/blast-help/downloadblastdata.html#downloadblastdata)

``` sh
sudo apt-get install ncbi-blast+
Expand Down

0 comments on commit b7f917f

Please sign in to comment.