Skip to content

Commit

Permalink
update axios dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bkb3 committed Jan 5, 2021
1 parent 9d09291 commit 8e094eb
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
15 changes: 11 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"axios": ">=0.21.1",
"bulma": "^0.8.2",
"chart.js": "^2.9.3",
"chartjs-plugin-annotation": "^0.5.7",
Expand Down
17 changes: 17 additions & 0 deletions src/components/Documentation/SodopeDocumentation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,23 @@ const SodopeDocumentation = (props) => {
tuning expression (see below) and solubility.
</Typography>

<Typography variant="subtitle2" gutterBottom>
Is there an option for batch input mode?
</Typography>
<Typography variant="body2" gutterBottom>
Not yet. You can download the command line program from our
GitHub{" "}
<a
href="https://github.com/Gardner-BinfLab/SoDoPE_paper_2020/tree/master/SWI"
target="_blank"
rel="noopener noreferrer"
>
https://github.com/Gardner-BinfLab/SoDoPE_paper_2020/tree/master/SWI
</a>{" "}
and run it locally. The command line program is optimised to
scan a large number of sequences.
</Typography>

<Typography variant="subtitle2" gutterBottom>
What is ‘optimise expression’ about?
</Typography>
Expand Down

0 comments on commit 8e094eb

Please sign in to comment.