From 5754db54524533aeede7d88546039c6f591a15e1 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Mon, 8 Apr 2024 10:43:34 +0200 Subject: [PATCH] Move hardware requirments to make install page --- README.md | 2 ++ docs/source/how_to/miscellaneous.md | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f28495e..b266d06 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ For documentation on using the tool, please see [How Tos](https://amdirt.readthe ## Install +AMDirT has been tested on different Unix systems (macOS and Ubuntu) using Intel and AMD chips. If you suspect that AMDirT isn't working properly because you use a different hardware/OS, please open an [issue on GitHub](https://github.com/SPAAM-community/AMDirT/issues). + ### 1. With [pip](https://pip.pypa.io/en/stable/getting-started/) ```bash diff --git a/docs/source/how_to/miscellaneous.md b/docs/source/how_to/miscellaneous.md index fc86843..9c8b0a7 100644 --- a/docs/source/how_to/miscellaneous.md +++ b/docs/source/how_to/miscellaneous.md @@ -71,7 +71,3 @@ The output from `AMDirT viewer`/`convert` will contain a list of accessions in a nextflow pull nf-core/fetchngs nextflow run nf-core/fetchngs --input AncientMetagenomeDir_nf_core_fetchngs_input_table.tsv` ``` - -#### Supported hardware/OS - -AMDirT has been tested on different Unix systems (macOS and Ubuntu) using Intel and AMD chips. If you suspect that AMDirT isn't working properly because you use a different hardware/OS, please open an [issue on GitHub](https://github.com/SPAAM-community/AMDirT/issues).