Skip to content

Commit 51d5874

Browse files
committed
Remove -f flag when calling fillBatchInfo
1 parent a34826a commit 51d5874

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rnaseq_pipeline/tasks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,6 @@ def requires(self):
406406
else:
407407
raise NotImplementedError('Extracting batch information from {} is not supported.'.format(self.external_database))
408408

409-
def subcommand_args(self):
410-
return ['-f', self.input().path]
411-
412409
def output(self):
413410
return GemmaDatasetHasBatch(self.experiment_id)
414411

0 commit comments

Comments
 (0)