Skip to content

Commit

Permalink
Merge pull request #5296 from jay-hodgson/SWC-6695
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson authored Feb 19, 2024
2 parents af7c0de + 679840c commit f03ced5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-router-dom": "^5.3.4",
"react-transition-group": "2.6.0",
"sass": "^1.63.6",
"synapse-react-client": "3.1.79",
"synapse-react-client": "3.1.80",
"universal-cookie": "^4.0.4",
"spark-md5": "^3.0.2",
"papaparse": "^5.4.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<br />
syn = synapseclient.Synapse()
<br />
syn.login('synapse_username','password')
syn.login(authToken="")
<br />
files = synapseutils.syncFromSynapse(syn, '
<span ui:field="id2" />
Expand All @@ -68,7 +68,7 @@
library(synapserutils)
<br />
<br />
synLogin('synapse_username', 'password')
synLogin(authToken="")
<br />
files &#60;- synapserutils::syncFromSynapse('<span ui:field="id3" />')
<br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<br />
syn = synapseclient.Synapse()
<br />
syn.login('synapse_username','password')
syn.login(authToken="")
<br />
<br />
# Obtain a pointer and download the data
Expand Down Expand Up @@ -79,13 +79,12 @@
<code class="nohighlight">
library(synapser)
<br />
synLogin('username','password')
synLogin(authToken="")
<br />
<br />
# Obtain a pointer and download the data
<br />
<span ui:field="id5" />
&#60;- synGet(entity='<span ui:field="id6" />'
<span ui:field="id5" /> &#60;- synGet(entity='<span ui:field="id6" />'
<span ui:field="versionUI3">
, version=
<span ui:field="version3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
</pre>
</g:HTMLPanel>
</b:TabPane>
<!-- <b:TabPane ui:field="pythonTabPane"> <g:HTMLPanel> <pre> <code
class="nohighlight">import synapseclient<br/>import synapseutils<br/><br/>syn
= synapseclient.Synapse()<br/>syn.login('synapse_username','password')<br/>files
= synapseutils.syncFromSynapse(syn, '<span ui:field="id2"/>')<br/> </code>
</pre> </g:HTMLPanel> </b:TabPane> -->
</b:TabContent>
</b:TabPanel>
</b:ModalBody>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5330,10 +5330,10 @@ svg-path-sdf@^1.1.3:
parse-svg-path "^0.1.2"
svg-path-bounds "^1.0.1"

[email protected].79:
version "3.1.79"
resolved "https://registry.yarnpkg.com/synapse-react-client/-/synapse-react-client-3.1.79.tgz#7950d39235f21edcafc0fe2350cfac46cc9aa96d"
integrity sha512-VWsBl3uuB7LvQbJ3M0SLMeQaE9fijdhk0bddQ6JMjBrjX5KOgeIioTA0mRT8uZfG58G8X4K/ZPb1V/gv3oVtuQ==
[email protected].80:
version "3.1.80"
resolved "https://registry.yarnpkg.com/synapse-react-client/-/synapse-react-client-3.1.80.tgz#1429479273b715ebf9ae12e222918923181a1494"
integrity sha512-S4VvGW8QO1YURaNz95AaRpqqLl0ukFjxGiZ4IuuXcFp/slWi9vRQ4KgSMUhl1Iw7MpQwJ/FfbMDwe9aSXzpX+g==
dependencies:
"@apidevtools/json-schema-ref-parser" "^9.1.2"
"@brainhubeu/react-carousel" "1.19.26"
Expand Down

0 comments on commit f03ced5

Please sign in to comment.