First complet version of the workflow with snakemake

public public 1yr ago Version: v1.0.0 0 bookmarks

BGNN_Snakemake

First complete version of the BGNN image segmentation workflow managed using snakemake.

1- Introduction

The image segmentation workflow is managed using snakemake, a user-friendly python workflow manager. Snakemak

Code Snippets

16
shell: 'wget -O {output} {params.download_link} > {log} 2>&1'
27
shell: 'gen_metadata.py {input} --device cpu --outfname {output.metadata} --maskfname {output.mask} > {log} 2>&1'
36
shell: 'python /pipeline/dm_formatter.py {input} {output} > {log} 2>&1'
47
shell: 'Crop_image_main.py {input.image} {input.metadata} {output} > {log} 2>&1'
56
57
shell:
    'segmentation_main_rescale_origin.py {input} {output} > {log} 2>&1'
ShowHide 5 more snippets with no or duplicated tags.

Login to post a comment if you would like to share your experience with this workflow.

Do you know this workflow well? If so, you can request seller status , and start supporting this workflow.

Free

Created: 1yr ago
Updated: 1yr ago
Maitainers: public
URL: https://github.com/hdr-bgnn/BGNN_Core_Workflow
Name: bgnn_core_workflow
Version: v1.0.0
Badge:
workflow icon

Insert copied code into your website to add a link to this workflow.

Downloaded: 0
Copyright: Public Domain
License: MIT License
  • Future updates

Related Workflows

cellranger-snakemake-gke
snakemake workflow to run cellranger on a given bucket using gke.
A Snakemake workflow for running cellranger on a given bucket using Google Kubernetes Engine. The usage of this workflow ...