Skip to content

Commit

Permalink
remove muscle adipose tissue pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
louisblankemeier committed Sep 25, 2023
1 parent 16c267d commit 5784cb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/C2C
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,7 @@ def argument_parser():

def main():
args = argument_parser().parse_args()
if args.pipeline == "muscle_adipose_tissue":
process_2d(args, MuscleAdiposeTissueFullPipelineBuilder)
elif args.pipeline == "spine_muscle_adipose_tissue":
if args.pipeline == "spine_muscle_adipose_tissue":
process_3d(args, SpineMuscleAdiposeTissuePipelineBuilder)
elif args.pipeline == "spine":
process_3d(args, SpinePipelineBuilder)
Expand Down

0 comments on commit 5784cb7

Please sign in to comment.