Skip to content

Commit

Permalink
remove copy_project pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bahill committed Mar 25, 2024
1 parent bec35b7 commit eadc961
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
2 changes: 0 additions & 2 deletions orchestration/hca_orchestration/pipelines/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from hca_orchestration.pipelines.copy_project import copy_project
from hca_orchestration.pipelines.cut_snapshot import cut_snapshot
from hca_orchestration.pipelines.load_hca import load_hca
from hca_orchestration.pipelines.set_snapshot_public import set_snapshot_public
Expand All @@ -7,7 +6,6 @@
__all__ = [
'cut_snapshot',
'load_hca',
'copy_project',
'set_snapshot_public',
'validate_ingress_graph'
]
28 changes: 0 additions & 28 deletions orchestration/hca_orchestration/pipelines/copy_project.py

This file was deleted.

0 comments on commit eadc961

Please sign in to comment.