From 8085e8eed3a50334d73dba6466ee13c20c95b69c Mon Sep 17 00:00:00 2001 From: Alexis CRISCUOLO <alexis.criscuolo@pasteur.fr> Date: Thu, 27 Jul 2023 13:58:42 +0200 Subject: [PATCH] 23.07 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff5cdbb..2a5ab34 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ You will need to install the required programs listed in the following table, or </div> -<sup> + <sup> ★</sup> For some Mac OS X, it is worth noting that the default [BSD _xargs_](https://www.freebsd.org/cgi/man.cgi?xargs) does not offer all the functionalities required by _fqCleanER_. However, the expected [GNU _xargs_](https://www.gnu.org/software/findutils/manual/html_node/find_html/xargs-options.html) (here named `gxargs`) can be easily installed using [_homebrew_](https://brew.sh) (i.e. `brew install findutils`). Of note, _fqCleanER_ first looks for the `gxargs` binary on the `$PATH`, and, if missing, for the `xargs` binary.<br> <sup> ✦</sup> When compiling the source code of [_Musket_](https://musket.sourceforge.net/homepage.htm#installation), it is recommended to edit its _Makefile_ to increase the value of the macro `MAX_SEQ_LENGTH` (e.g. 1000) in order to avoid any problem during the execution of _fqCleanER_. -</sup> + -- GitLab