Skip to content

Commit

Permalink
Merge pull request #5 from bmatern/master
Browse files Browse the repository at this point in the history
relative links
  • Loading branch information
bmatern authored Mar 7, 2017
2 parents d74a618 + c141be3 commit 491564e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
8 changes: 2 additions & 6 deletions MakeExecutables.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@

:: See the file README.MD for how to set up your anaconda environment.

:: Please verify that your files are set up such that the files exist here::
:: C:\MinIONScripts\AlleleSubmission\MakeExecutables.bat
:: If that is a problem, Modify the spec file "AlleleSubInstallerOptions_Windows.spec" as your needs require.

SET CodePath=C:\MUMCScripts\EMBL-HLA-Submission\src
SET BinPath=C:\MUMCScripts\EMBL-HLA-Submission\bin
SET CodePath=src
SET BinPath=..\bin
SET SpecFile=AlleleSubInstallerOptions_Windows.spec
SET CondaEnvironment=AlleleSubEnvironment

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,21 @@ Run_allele_submission.bat
```

##Input Data
Input data sequence consists of
Input data sequence must consist of
1) 5' UTR
2) An odd number of Exons, with an Even number of introns between them.
2) Any number of Exons, with an introns distributed between them.
3) 3' UTR

Introns, Exons, and UTRs are to be specified using capital or lowercase letters.
Introns, Exons, and UTRs are to be distinguished using capital or lowercase nuclotide letters.
Exons are capital, while introns and UTRs are lowercase.

Like this:
fiveprimeutrEXONONEintrononeEXONTWOintrontwoEXONTHREEthreeprimeutr
agctagctagctAGCTAGCtagctagctAGCTAGCtagctagctAGCTAGCTAgctagctagctag

All spaces, tabs, and newlines are not interpreted by this program, They are removed.
If you wish, you may use those characters for more convenient visualization of splice sites:
If you wish, you may use those characters for convenient visualization of splice sites, like this:

agctagctagct
AGCTAGC
tagctagct
Expand All @@ -64,7 +65,7 @@ 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.
The resulting report is in the form of an EMBL HLA Novel Allele submission flatfile. You can submit this to EMBL as a new HLA allele.

##For more information on EMBL's ENA format:
http://www.ebi.ac.uk/ena/submit/sequence-submission
Expand Down
2 changes: 1 addition & 1 deletion Run_allele_submission.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

:: See the file README.MD for how to set up your anaconda environment.

activate AlleleSubEnvironment && python AlleleSubmissionEMBL.py && deactivate
activate AlleleSubEnvironment && cd src && python AlleleSubmissionEMBL.py && deactivate

0 comments on commit 491564e

Please sign in to comment.