Skip to content

Commit

Permalink
Removed the weirdest bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
iquasere committed Sep 20, 2023
1 parent b4b9062 commit 47f3464
Show file tree
Hide file tree
Showing 3 changed files with 1,015 additions and 1,016 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
docker load --input /tmp/keggcharter.tar
docker image ls -a
- name: Run KEGGCharter
run: docker run keggcharter /bin/bash -c "keggcharter -f KEGGCharter/cicd/keggcharter_input.tsv -rd resources_directory -mm 00190,00680 -keggc 'KEGG ID' -qcol mt_0.01a,mt_1a,mt_100a,mt_0.01b,mt_1b,mt_100b,mt_0.01c,mt_1c,mt_100c -tc 'Species' -mm 00680"
run: docker run keggcharter /bin/bash -c "keggcharter -f KEGGCharter/cicd/keggcharter_input.tsv -rd resources_directory -keggc 'KEGG ID' -qcol mt_0.01a,mt_1a,mt_100a,mt_0.01b,mt_1b,mt_100b,mt_0.01c,mt_1c,mt_100c -tc 'Species' -mm 00680"
Loading

0 comments on commit 47f3464

Please sign in to comment.