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