Skip to content

Commit

Permalink
Pass type:None for fastqp
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed Dec 14, 2020
1 parent 26d8e86 commit e765a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pisces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def read_level_qc(fastq, output_dir, sample_name):
'nreads': 2000000,
'base_probs': '0.25,0.25,0.25,0.25,0.1',
'kmer': 5,
'type': None,
'leftlimit': 1,
'rightlimit': -1,
'median-qual': 30,
Expand Down

0 comments on commit e765a0c

Please sign in to comment.