ProteomX is provided as a stand-alone application as well as a set of docker images.
The docker image is defined in the main Dockerfile
.
docker ps
)cd Amd64|cd Arm64
)./scripts/retrieve_test_dataset.sh
to pull sample datafiles from the CBIB serversmake image
will build the ProteomX main imagemake shell
will open a bash shell in a new container, in this container you can :
/scripts/retrieve_test_dataset_docker.sh
to pull sample datafiles from the CBIB servers/scripts/analyse_test_dataset_docker.sh
to run a sample analysis pipeline on the test dataset. Results are available in the data/ExampleProject
folder.make tests
will run all unit testsmake run project=PROJECTNAME
will run all steps of the proteomX pipeline (e.g make run project=ExampleProject)data
-> /data/
where all datasets and results are storedconfig_files
-> /config_files
where all job configurations are storedscripts
-> /scripts/
where helper maintenance scripts are storedbackend
-> /backend/
where the (python) backend code is storedconda info
)R --version
)./scripts/retrieve_test_dataset.sh
to pull sample datafiles from the CBIB servers./scripts/setup.sh
./scripts/Conda_run.sh -i PROJECTNAME
will run all steps of the proteomX pipeline (e.g ./scripts/Conda_run.sh -i ExampleProject)