Skip to content

Instantly share code, notes, and snippets.

@caticoa3
Last active June 15, 2018 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caticoa3/30cb4c784596e5d3e334866280099220 to your computer and use it in GitHub Desktop.
Save caticoa3/30cb4c784596e5d3e334866280099220 to your computer and use it in GitHub Desktop.
Running ilastik at command line with two processors and targeted maximum of 2000MB of ram
LAZYFLOW_THREADS=2 LAZYFLOW_TOTAL_RAM_MB=2000 ~/Applications/ilastik-1.3.0-Linux/run_ilastik.sh --headless --project segmentation_0_corrected.ilp --raw_data IllumCorr/*.??.??/*/*CY3*IC.tiff --output_format tiff --output_filename_format {dataset_dir}/{nickname}_{result_type}.tiff --export_source="Simple Segmentation"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment