forked from artic-network/artic-ncov2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,4 @@ | ||
# artic-base | ||
A base template for an implementation of an ARTIC install. This can be forked and modified for specific use-cases. To do this, click the green 'Use this template' button above. You can then give your new repository a name. | ||
# artic-ncov2019 | ||
|
||
You can modify the existing files to suit your use-case but avoid moving or renaming any files or directories that are in this template. | ||
Initial implementation of an ARTIC bioinformatics platform for nanopore sequencing of nCoV2019 novel coronavirus. | ||
|
||
If the template is updated, you will be able to merge these changes into your repository as needed. | ||
|
||
To install the `Conda` environment use: | ||
|
||
``` | ||
conda env create -f environment.yml -n <environment name> | ||
``` | ||
|
||
Where `<environment_name>` is the name you want to use (probably the same as the repo). | ||
|
||
Then activate the environment using: | ||
|
||
``` | ||
conda activate <environment name> | ||
``` |