Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5b833d4
added collaborators
EUGINELETHAL Nov 7, 2021
1750dcc
added collaborators
EUGINELETHAL Nov 7, 2021
54d3de9
added collaborators
EUGINELETHAL Nov 7, 2021
de6af71
working state
EUGINELETHAL Nov 7, 2021
b2de0a4
addedcollborators
EUGINELETHAL Nov 8, 2021
2cb7ff1
working feature for displaying collaborators
EUGINELETHAL Nov 8, 2021
06a73d4
mvp working
EUGINELETHAL Nov 9, 2021
1e57463
mvp2 working
EUGINELETHAL Nov 9, 2021
25cf5e0
owner
EUGINELETHAL Nov 10, 2021
0f3aa61
created collaborators table
EUGINELETHAL Nov 10, 2021
d2ce8c4
created collaborators table
EUGINELETHAL Nov 10, 2021
6761c0b
added styling to page
EUGINELETHAL Nov 11, 2021
2d51157
created dropdown linkfor managing collaborators
EUGINELETHAL Nov 13, 2021
4d615eb
list pipelines
EUGINELETHAL Jan 9, 2022
314eeec
created plugin tree"
EUGINELETHAL Jan 29, 2022
21871f5
added search functionality
EUGINELETHAL Jan 31, 2022
ae70e6b
refactored authentication
EUGINELETHAL Feb 2, 2022
9e0407d
partial download working
EUGINELETHAL Feb 10, 2022
3b55264
added doenload button to filename'
EUGINELETHAL Feb 10, 2022
824d144
refactored upload json
EUGINELETHAL Feb 23, 2022
04397da
use effect in treedata
EUGINELETHAL Feb 24, 2022
44eb10e
finished delete pipeline function
EUGINELETHAL Feb 24, 2022
07bccb0
refactored deleted button
EUGINELETHAL Feb 24, 2022
78a068b
put error message when uploading json
EUGINELETHAL Feb 24, 2022
a288ce5
add downloadjson
EUGINELETHAL Mar 3, 2022
63d5389
replaced .in filename
EUGINELETHAL Mar 4, 2022
addb093
refactored code
EUGINELETHAL Mar 4, 2022
5f85727
added collaborators
EUGINELETHAL Nov 7, 2021
9af48c2
added collaborators
EUGINELETHAL Nov 7, 2021
16dc612
working state
EUGINELETHAL Nov 7, 2021
045a0e2
addedcollborators
EUGINELETHAL Nov 8, 2021
54602a0
working feature for displaying collaborators
EUGINELETHAL Nov 8, 2021
e08abda
mvp working
EUGINELETHAL Nov 9, 2021
386f33b
mvp2 working
EUGINELETHAL Nov 9, 2021
7788c1d
owner
EUGINELETHAL Nov 10, 2021
3531852
created dropdown linkfor managing collaborators
EUGINELETHAL Nov 13, 2021
7eed945
list pipelines
EUGINELETHAL Jan 9, 2022
57cf483
created plugin tree"
EUGINELETHAL Jan 29, 2022
95da42e
fixing merge conflicts
EUGINELETHAL Mar 4, 2022
3151a01
creates pipeline feature
EUGINELETHAL Mar 4, 2022
4ea1881
Merge branch 'FNNDSC:master' into ft-pipelines
EUGINELETHAL Apr 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
201 changes: 201 additions & 0 deletions PipelineData.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
PipelineData = {
name: "fastsurfer_dev",
authors: "[email protected]",
description: "test",
category: "mri",
locked: false,
plugin_tree: JSON.stringify([
{
plugin_name: "pl-simpledsapp",
plugin_version: "2.0.2",
previous_index: null,
},
{
plugin_name: "pl-pfdicom_tagextract",
plugin_version: "3.1.2",
previous_index: 0,
plugin_parameter_defaults: [
{
name: "outputFileType",
default: "txt,scv,json,html",
},
{
name: "outputFileStem",
default: "Post-Sub",
},
{
name: "imageFile",
default: "'m:%_nospc|-_ProtocolName.jpg'",
},
{
name: "imageScale",
default: "3:none",
},
],
},
{
plugin_name: "pl-pfdicom_tagsub",
plugin_version: "3.2.3",
previous_index: 0,
plugin_parameter_defaults: [
{
name: "extension",
default: ".dcm",
},
{
name: "splitToken",
default: "++",
},
{
name: "splitKeyValue",
default: ",",
},
{
name: "tagInfo",
default:
"'PatientName,%_name|patientID_PatientName ++ PatientID,%_md5|7_PatientID ++ AccessionNumber,%_md5|8_AccessionNumber ++ PatientBirthDate,%_strmsk|******01_PatientBirthDate ++ re:.*hysician,%_md5|4_#tag ++ re:.*stitution,#tag ++ re:.*ddress,#tag'",
},
],
},
{
plugin_name: "pl-pfdicom_tagextract",
plugin_version: "3.1.2",
previous_index: 2,
plugin_parameter_default: [
{
name: "outputFileType",
default: "txt,scv,json,html",
},
{
name: "outputFileStem",
default: "Post-Sub",
},
{
name: "imageFile",
default: "'m:%_nospc|-_ProtocolName.jpg'",
},
{
name: "imageScale",
default: "3:none",
},
{
name: "extension",
default: ".dcm",
},
],
},
{
plugin_name: "pl-fshack",
plugin_version: "1.2.0",
previous_index: 2,
plugin_parameter_default: [
{
name: "exec",
default: "recon-all",
},
{
name: "args",
default: "'ARGS:-autorecon1'",
},
{
name: "outputFile",
default: "recon-of-SAG-anon-dcm",
},
{
name: "inputFile",
default: ".dcm",
},
],
},
{
plugin_name: "pl-fastsurfer_inference",
plugin_version: "1.0.15",
previous_index: 4,
plugin_parameter_default: [
{
name: "subjectDir",
default: "recon-of-SAG-anon-dcm",
},
{
name: "subject",
default: "mri",
},
{
name: "copyInputFiles",
default: "mgz",
},
{
name: "iname",
default: "brainmask.mgz",
},
],
},
{
plugin_name: "pl-multipass",
plugin_version: "1.2.12",
previous_index: 5,
plugin_parameter_default: [
{
name: "splitExpr",
default: "++",
},
{
name: "commonArgs",
default:
"'--printElapsedTime --verbosity 5 --saveImages --skipAllLabels --outputFileStem sample --outputFileType png'",
},
{
name: "specificArgs",
default:
"'--inputFile mri/brainmask.mgz --wholeVolume brainVolume ++ --inputFile mri/aparc.DKTatlas+aseg.deep.mgz --wholeVolume segVolume --lookupTable __fs__'",
},
{
name: "exec",
default: "pfdo_mgz2image",
},
],
},
{
plugin_name: "pl-pfdorun",
plugin_version: "2.2.6",
previous_index: 6,
plugin_parameter_default: [
{
name: "dirFilter",
default: "label-brainVolume",
},
{
name: "fileFilter",
default: "png",
},
{
name: "exec",
default:
"'composite -dissolve 90 -gravity Center %inputWorkingDir/%inputWorkingFile %inputWorkingDir/../../aparc.DKTatlas+aseg.deep.mgz/label-segVolume/%inputWorkingFile -alpha Set %outputWorkingDir/%inputWorkingFile'",
},
{
name: "verbose",
default: "5",
},
],
},
{
plugin_name: "pl-mgz2lut_report",
plugin_version: "1.3.1",
previous_index: 5,
plugin_parameter_default: [
{
name: "file_name",
default: "mri/aparc.DKTatlas+aseg.deep.mgz",
},
{
name: "report_types",
default: "txt,csv,json,html,pdf",
},
],
},
]),
};

return data;
};
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"@patternfly/react-core": "^4.75.2",
"@patternfly/react-icons": "^4.7.16",
"@patternfly/react-table": "^4.27.7",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"classnames": "^2.2.6",
"core-js": "^2.5.7",
"cross-env": "^5.2.0",
Expand All @@ -42,7 +46,9 @@
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-bootstrap": "^0.32.1",
"react-d3-tree": "^3.2.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-test-renderer": "^16.4.1",
Expand Down
Empty file.
Loading