From 6a0c805727892165d4c0b5fc2c339a057aac0ac7 Mon Sep 17 00:00:00 2001 From: Ge94 Date: Tue, 13 Feb 2024 10:34:20 +0000 Subject: [PATCH] env name change --- README.md | 2 +- requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a569130..6947509 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The script needs `python`, `pandas`, `requests`, and `ena-webin-cli` to run. We ```bash # Create environment and install requirements conda env create -f requirements.yml -conda activate genomeUploader +conda activate genome_uploader ``` You can generate pre-upload files with: diff --git a/requirements.yml b/requirements.yml index 55f38b1..0de91a8 100755 --- a/requirements.yml +++ b/requirements.yml @@ -1,4 +1,4 @@ -name: genomeUploader +name: genome_uploader channels: - bioconda - conda-forge