Skip to content

Commit ebdb2e7

Browse files
authored
Merge pull request PolusAI#256 from sameeul/update_biobb_fork
Update biobb fork with Vasu's branch
2 parents 7b65e20 + f28609d commit ebdb2e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: always()
5050
uses: actions/checkout@v3
5151
with:
52-
repository: sameeul/biobb_adapters # TODO: use check_existence
52+
repository: vjaganat90/biobb_adapters # TODO: use check_existence
5353
ref: master
5454
path: biobb_adapters
5555

install/install_biobb_adapters.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ then
99
else
1010
# NOTE: Do not use https://github.com/bioexcel/biobb_adapters
1111
# Our fork has a few changes from the upstream repo
12-
git clone https://github.com/jfennick/biobb_adapters.git
12+
git clone https://github.com/vjaganat90/biobb_adapters.git
1313
fi

0 commit comments

Comments
 (0)