Skip to content

Commit

Permalink
Remove -f flag when calling fillBatchInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Jun 14, 2024
1 parent a34826a commit 51d5874
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rnaseq_pipeline/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,6 @@ def requires(self):
else:
raise NotImplementedError('Extracting batch information from {} is not supported.'.format(self.external_database))

def subcommand_args(self):
return ['-f', self.input().path]

def output(self):
return GemmaDatasetHasBatch(self.experiment_id)

Expand Down

0 comments on commit 51d5874

Please sign in to comment.