Skip to content

Commit

Permalink
Merge pull request PolusAI#256 from sameeul/update_biobb_fork
Browse files Browse the repository at this point in the history
Update biobb fork with Vasu's branch
  • Loading branch information
sameeul authored Jul 17, 2024
2 parents 7b65e20 + f28609d commit ebdb2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: always()
uses: actions/checkout@v3
with:
repository: sameeul/biobb_adapters # TODO: use check_existence
repository: vjaganat90/biobb_adapters # TODO: use check_existence
ref: master
path: biobb_adapters

Expand Down
2 changes: 1 addition & 1 deletion install/install_biobb_adapters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ then
else
# NOTE: Do not use https://github.com/bioexcel/biobb_adapters
# Our fork has a few changes from the upstream repo
git clone https://github.com/jfennick/biobb_adapters.git
git clone https://github.com/vjaganat90/biobb_adapters.git
fi

0 comments on commit ebdb2e7

Please sign in to comment.