Skip to content

Commit

Permalink
env name change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ge94 committed Feb 13, 2024
1 parent a2756d2 commit 6a0c805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: genomeUploader
name: genome_uploader
channels:
- bioconda
- conda-forge
Expand Down

0 comments on commit 6a0c805

Please sign in to comment.