File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
compose/neurosynth-frontend/src/pages/MetaAnalyses/MetaAnalysisPage Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -407,10 +407,6 @@ const MetaAnalysisPage: React.FC = (props) => {
407407 >
408408 Run your meta-analysis via one of the following methods.
409409 </ Typography >
410- < Typography sx = { { color : 'white' } } >
411- Once neurosynth-compose has detected the status of your run, it
412- will appear on this page.
413- </ Typography >
414410 </ Box >
415411 </ Box >
416412
@@ -461,10 +457,16 @@ const MetaAnalysisPage: React.FC = (props) => {
461457 >
462458 Locally via docker
463459 </ Typography >
464- < Typography >
465- Click the "Help" button in the navigation panel at the top to
466- learn more about this in the documentation
460+ < Typography sx = { { marginBottom : '0.5rem' } } >
461+ copy the docker command below to run this meta-analysis locally
467462 </ Typography >
463+ < Box >
464+ < CodeSnippet
465+ linesOfCode = { [
466+ `docker run ghcr.io/neurostuff/nsc-runner:latest ${ metaAnalysis ?. id } ` ,
467+ ] }
468+ />
469+ </ Box >
468470 </ Box >
469471 </ Box >
470472 </ Paper >
You can’t perform that action at this time.
0 commit comments