hubmapconsortium / codex-pipeline

CODEX data processing code
GNU General Public License v3.0
10 stars 4 forks source link

modified ometiff_second_stitching.cwl and run_cytokit.cwl in steps folder #51

Open nikhilyerra opened 10 months ago

nikhilyerra commented 10 months ago

running the entire pipeline (testing) steps to setup environment: conda create -n codex_pipeline python=3.9 conda activate codex_pipeline git clone https://github.com/hubmapconsortium/cwltool.git cd cwltool pip install .

steps to run the pipeline: cwltool --singularity --move-outputs --outdir /path/to/local/output/dir pipeline.cwl --data_dir (the path to the codex directory) --gpus '0,1'

NOTE: This pipeline used lot of RAM (~200GB). 10 CPU's. It also requires GPU's