Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
diitaz93 committed Jan 10, 2024
1 parent 3d01f09 commit 3372020
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@

from cg.apps.crunchy import CrunchyAPI
from cg.apps.demultiplex.demultiplex_api import DemultiplexingAPI
from cg.apps.demultiplex.sample_sheet.sample_models import (
FlowCellSampleBcl2Fastq,
FlowCellSampleBCLConvert,
)
from cg.apps.demultiplex.sample_sheet.sample_sheet_creator import (
SampleSheetCreatorBCLConvert,
)
from cg.apps.downsample.downsample import DownsampleAPI
from cg.apps.gens import GensAPI
from cg.apps.gt import GenotypeAPI
Expand Down Expand Up @@ -393,7 +386,8 @@ def demultiplex_configs(
"demultiplex": {"slurm": {"account": "test", "mail_user": "[email protected]"}},
}



@pytest.fixture
def real_crunchy_api(crunchy_config) -> CrunchyAPI:
return CrunchyAPI(crunchy_config)

Expand Down Expand Up @@ -2287,7 +2281,6 @@ def rnafusion_context(
case_id_not_enough_reads: str,
sample_id_not_enough_reads: str,
total_sequenced_reads_not_pass: int,
timestamp_yesterday: datetime,
) -> CGConfig:
"""context to use in cli"""
cg_context.housekeeper_api_ = nf_analysis_housekeeper
Expand Down

0 comments on commit 3372020

Please sign in to comment.