-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from bmatern/master
Version 1.1, EMBL REST Submissions Added
- Loading branch information
Showing
22 changed files
with
3,454 additions
and
784 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,16 +1,15 @@ | ||
# This file is part of EMBL-HLA-Submission. | ||
# This file is part of saddle-bags. | ||
# | ||
# EMBL-HLA-Submission is free software: you can redistribute it and/or modify | ||
# saddle-bags is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# EMBL-HLA-Submission is distributed in the hope that it will be useful, | ||
# saddle-bags is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with EMBL-HLA-Submission. If not, see <http://www.gnu.org/licenses/>. | ||
# along with saddle-bags. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
# Version 1.0 |
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
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
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
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,21 +1,21 @@ | ||
:: This file is part of EMBL-HLA-Submission. | ||
:: This file is part of saddle-bags. | ||
:: | ||
:: EMBL-HLA-Submission is free software: you can redistribute it and/or modify | ||
:: saddle-bags is free software: you can redistribute it and/or modify | ||
:: it under the terms of the GNU Lesser General Public License as published by | ||
:: the Free Software Foundation, either version 3 of the License, or | ||
:: (at your option) any later version. | ||
:: | ||
:: EMBL-HLA-Submission is distributed in the hope that it will be useful, | ||
:: saddle-bags is distributed in the hope that it will be useful, | ||
:: but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
:: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
:: GNU Lesser General Public License for more details. | ||
:: | ||
:: You should have received a copy of the GNU Lesser General Public License | ||
:: along with EMBL-HLA-Submission. If not, see <http://www.gnu.org/licenses/>. | ||
:: along with saddle-bags. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
:: Version 1.0 | ||
|
||
:: See the file README.MD for how to set up your anaconda environment. | ||
|
||
activate AlleleSubEnvironment && cd src && python AlleleSubmissionEMBL.py && deactivate | ||
activate AlleleSubEnvironment && cd src && python AlleleSubmissionMain.py && deactivate | ||
|
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,26 +1,24 @@ | ||
# This file is part of EMBL-HLA-Submission. | ||
# This file is part of saddle-bags. | ||
# | ||
# EMBL-HLA-Submission is free software: you can redistribute it and/or modify | ||
# saddle-bags is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# EMBL-HLA-Submission is distributed in the hope that it will be useful, | ||
# saddle-bags is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU Lesser General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU Lesser General Public License | ||
# along with EMBL-HLA-Submission. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
# Version 1.0 | ||
# along with saddle-bags. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
# See the file README.MD for how to set up your anaconda environment. | ||
|
||
cd src | ||
|
||
source activate AlleleSubEnvironment | ||
python AlleleSubmissionEMBL.py | ||
python AlleleSubmissionMain.py | ||
source deactivate | ||
|
||
|
Oops, something went wrong.