Skip to content

Commit

Permalink
updated to get run to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Oct 29, 2024
1 parent 6b0727e commit 0e86f45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions cgatcore/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import remote
5 changes: 4 additions & 1 deletion cgatcore/pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,13 @@ def loadData(infile, outfile):

# Import existing pipeline functionality
from cgatcore.pipeline.control import *
from cgatcore.pipeline.database import *
from cgatcore.pipeline.files import *
from cgatcore.pipeline.cluster import *
from cgatcore.pipeline.parameters import *
from cgatcore.pipeline.execution import *
from cgatcore.pipeline.utils import *
from cgatcore.pipeline.parameters import *


# Import original Ruffus decorators
from ruffus import (
Expand Down
2 changes: 1 addition & 1 deletion tests/template_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import ruffus
import numpy.random
import cgatcore.experiment as E
import cgatcore.pipeline as P
from cgatcore import pipeline as P


def create_files(outfile):
Expand Down

0 comments on commit 0e86f45

Please sign in to comment.