Skip to content

Commit

Permalink
Replace all HIVSeqinR by HIVIntact
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Mar 12, 2024
1 parent 1da8f5c commit c17b65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion micall/monitor/kive_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ def run_pipeline(self,
run = self.run_proviral_pipeline(
sample_watcher,
folder_watcher,
'Proviral HIVSeqinR')
'Proviral HIVIntact')
return run
if pipeline_type == PipelineType.RESISTANCE:
run = self.run_resistance_pipeline(
Expand Down
2 changes: 1 addition & 1 deletion micall/tests/test_kive_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ def test_launch_proviral_run(raw_data_with_two_samples, mock_open_kive):
dataset='/datasets/112/'),
dict(argument='/containerargs/106',
dataset='/datasets/113/')],
name='Proviral HIVSeqinR on 2120A',
name='Proviral HIVIntact on 2120A',
batch='/batches/101',
groups_allowed=['Everyone']))

Expand Down

0 comments on commit c17b65f

Please sign in to comment.