Skip to content

Commit

Permalink
Readme is better now.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatern authored Aug 9, 2016
1 parent a1dedfb commit 3c28475
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,19 @@ python AlleleSubmissionEMBL.py
Anaconda uses separate environments to run your programs in.
Install Anaconda for python 2.7.
https://www.continuum.io/downloads
To set up the environment in anaconda, run this in console:
To set up the environment in anaconda:

Linux/Mac:
```
conda create --name AlleleSubEnvironment biopython
conda create --name AlleleSubEnvironment biopython six
source activate AlleleSubEnvironment
pip install pyinstaller packaging
source deactivate
```
Windows:
```
conda create --name AlleleSubEnvironment biopython six pywin32
call activate AlleleSubEnvironment && pip install pyinstaller packaging && call deactivate
```

##Run using a bash or .bat script using anaconda
Expand Down Expand Up @@ -53,6 +63,9 @@ tagctagct
AGCTAGCTA
gctagctagctag

##Output Data
The resulting report is in the form of an EMBL HLA Novel Allele submission flatfile. You can submit this to EMBL as a new allele.

##For more information on EMBL's ENA format:
http://www.ebi.ac.uk/ena/submit/sequence-submission
http://www.ebi.ac.uk/ena/submit/entry-upload-templates
Expand Down

0 comments on commit 3c28475

Please sign in to comment.