Skip to content

Commit

Permalink
Update extract_all_tools_stepwise.sh (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep authored Jun 4, 2024
1 parent 5646420 commit 8e1febf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/extract_all_tools_stepwise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ if [[ $1 =~ "01" ]]; then
python bin/extract_galaxy_tools.py \
extractools \
--api $GITHUB_API_KEY \
--all-tools $output \
--all-tools $tsv_output \
--all-tools-json $json_output \
--planemo-repository-list $1
else
python bin/extract_galaxy_tools.py \
extractools \
--api $GITHUB_API_KEY \
--all-tools $output \
--all-tools $tsv_output \
--all-tools-json $json_output \
--planemo-repository-list $1 \
--avoid-extra-repositories
fi
Expand Down

0 comments on commit 8e1febf

Please sign in to comment.