-
Notifications
You must be signed in to change notification settings - Fork 4
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 #17 from PRIDE-Archive/ascpS3AndGlobus
Ascp s3 and globus
- Loading branch information
Showing
55 changed files
with
921 additions
and
318 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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
name: Conda Build and Test | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Miniconda | ||
uses: conda-incubator/setup-miniconda@v2 | ||
with: | ||
auto-update-conda: true | ||
python-version: 3.8 | ||
channels: conda-forge,defaults,bioconda | ||
|
||
- name: Create conda environment | ||
run: conda env create -f environment.yml | ||
|
||
- name: Install mamba, boa and conda-build | ||
run: | | ||
source $CONDA/etc/profile.d/conda.sh | ||
conda activate pridepy | ||
conda install conda-forge::mamba | ||
conda install conda-forge::boa | ||
mamba install conda-build anaconda-client | ||
shell: bash -l {0} | ||
|
||
- name: Activate conda environment and build package | ||
run: | | ||
source $CONDA/etc/profile.d/conda.sh | ||
conda activate pridepy | ||
conda mambabuild recipe | ||
shell: bash -l {0} | ||
|
||
- name: Install the built package | ||
run: | | ||
source $CONDA/etc/profile.d/conda.sh | ||
conda activate pridepy | ||
mamba install --use-local pridepy | ||
shell: bash -l {0} | ||
|
||
- name: Output package info | ||
run: | | ||
source $CONDA/etc/profile.d/conda.sh | ||
conda activate pridepy | ||
conda list | ||
shell: bash -l {0} | ||
|
||
- name: Test the installed package | ||
run: | | ||
conda activate pridepy | ||
pridepy --help | ||
shell: bash -l {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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxsaWNl | ||
bnNlIHZlcnNpb249IjEiPg0KICA8IS0tIFZvaWQgaWYgbW9kaWZpZWQgLS0+ | ||
DQogIDxwcm9kdWN0X2lkPjY8L3Byb2R1Y3RfaWQ+DQogIDxjdXN0b21lcl9p | ||
ZD4xPC9jdXN0b21lcl9pZD4NCiAgPGxpY2Vuc2VfaWQ+MTwvbGljZW5zZV9p | ||
ZD4NCiAgPGFjY291bnRzPjA8L2FjY291bnRzPg0KICA8dW5pcXVlX2NvbmN1 | ||
cnJlbnRfbG9naW5zPjA8L3VuaXF1ZV9jb25jdXJyZW50X2xvZ2lucz4NCiAg | ||
PG1heGltdW1fYmFuZHdpZHRoPnVubGltaXRlZDwvbWF4aW11bV9iYW5kd2lk | ||
dGg+DQogIDxleHBpcmF0aW9uX2RhdGU+bm9uZTwvZXhwaXJhdGlvbl9kYXRl | ||
Pg0KICA8Y29ubmVjdF9lbmFibGVkPm5vPC9jb25uZWN0X2VuYWJsZWQ+DQog | ||
IDxodHRwX2ZhbGxiYWNrX3NlcnZlcl9lbmFibGVkPm5vPC9odHRwX2ZhbGxi | ||
YWNrX3NlcnZlcl9lbmFibGVkPg0KICA8Z3JvdXBfY29uZmlndXJhdGlvbl9l | ||
bmFibGVkPm5vPC9ncm91cF9jb25maWd1cmF0aW9uX2VuYWJsZWQ+DQogIDxz | ||
aGFyZWRfZW5kcG9pbnRzX2VuYWJsZWQ+bm88L3NoYXJlZF9lbmRwb2ludHNf | ||
ZW5hYmxlZD4NCiAgPGRlc2t0b3BfZ3VpX2VuYWJsZWQ+bm88L2Rlc2t0b3Bf | ||
Z3VpX2VuYWJsZWQ+DQogIDxwZWVyX3JlcXVpcmVtZW50cz4NCiAgICA8YXR0 | ||
cmlidXRlPg0KICAgICAgPG5hbWU+Y29ubmVjdF9lbmFibGVkPC9uYW1lPg0K | ||
ICAgICAgPHZhbHVlPnllczwvdmFsdWU+DQogICAgPC9hdHRyaWJ1dGU+DQog | ||
IDwvcGVlcl9yZXF1aXJlbWVudHM+DQo8L2xpY2Vuc2U+DQo9PVNJR05BVFVS | ||
RT09DQpOK3BMZVJNQ1RXUkh4bUxuaVFPak85YlBVc0JQR1daNFJEZ3p5TEkw | ||
a1ZRMDBaK3RGNEtqVFZnUVFpeVgNCjFhd0x4WDBuVzZQZ0NrY2ZLYmNteE9z | ||
ZWs4cDkvKzN6OEk5OGM0Qk1WY1JqeEx1aWg3OUR1ekRaVXFaWg0KYitBMTRT | ||
MmpwN0hKNlFaZ25VQXhCTXBROGhMMk5NSUMrTTRndTlQMmVhODdPdWV0Uks5 | ||
VFhDZ3A1Z3RWDQp6RlhxUEJLbTFUQUZ3MHpBc3ZsMEVma0VmK0lzYXE4bFVx | ||
NmhsQ1Z0QU9VOG5KREpIdEVVWG53UTJqM0gNCmRjVXlPT0VQMUNlYm9NVDdE | ||
U3FvazljQThIcURoN1NXVnBkKzBHOGNsVk8wY29IYWNwYnVKejQ4VXEvbg0K | ||
UmhVY20zTVEwMFN3YUJnSk1JdGF1c3Y5UWl4MWJtRmtHQU4xNGJGdGt3PT0N | ||
Cg== |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<CONF version="2"> | ||
|
||
<central_server> | ||
<port>40001</port> | ||
<address>127.0.0.1</address> | ||
</central_server> | ||
|
||
<default> | ||
</default> | ||
|
||
<aaa> | ||
</aaa> | ||
|
||
</CONF> |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
-----BEGIN DSA PRIVATE KEY----- | ||
MIIBuwIBAAKBgQDkKQHD6m4yIxgjsey6Pny46acZXERsJHy54p/BqXIyYkVOAkEp | ||
KgvT3qTTNmykWWw4ovOP1+Di1c/2FpYcllcTphkWcS8lA7j012mUEecXavXjPPG0 | ||
i3t5vtB8xLy33kQ3e9v9/Lwh0xcRfua0d5UfFwopBIAXvJAr3B6raps8+QIVALws | ||
yeqsx3EolCaCVXJf+61ceJppAoGAPoPtEP4yzHG2XtcxCfXab4u9zE6wPz4ePJt0 | ||
UTn3fUvnQmJT7i0KVCRr3g2H2OZMWF12y0jUq8QBuZ2so3CHee7W1VmAdbN7Fxc+ | ||
cyV9nE6zURqAaPyt2bE+rgM1pP6LQUYxgD3xKdv1ZG+kDIDEf6U3onjcKbmA6ckx | ||
T6GavoACgYEAobapDv5p2foH+cG5K07sIFD9r0RD7uKJnlqjYAXzFc8U76wXKgu6 | ||
WXup2ac0Co+RnZp7Hsa9G+E+iJ6poI9pOR08XTdPly4yDULNST4PwlfrbSFT9FVh | ||
zkWfpOvAUc8fkQAhZqv/PE6VhFQ8w03Z8GpqXx7b3NvBR+EfIx368KoCFEyfl0vH | ||
Ta7g6mGwIMXrdTQQ8fZs | ||
-----END DSA PRIVATE KEY----- |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# environment.yml | ||
name: pridepy | ||
channels: | ||
- bioconda | ||
- conda-forge | ||
dependencies: | ||
- requests~=2.31.0 | ||
- ratelimit~=2.2.1 | ||
- click~=8.1.7 | ||
- pytest~=8.0.2 | ||
- setuptools | ||
- plotly~=5.22.0 | ||
- boto3~=1.34.61 | ||
- botocore~=1.34.74 | ||
- tqdm |
Oops, something went wrong.