Skip to content

Commit

Permalink
add minReadCount parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Opitz authored and opitzl committed Jun 24, 2024
1 parent 841e81f commit 3f9b1d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/lib/MergeRunDataApp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def initialize
@params['SecondDataSet'] = ''
@params['matchingColumn'] = ['Name', 'Tube', 'Sample Id']
@params['Name'] = 'MergedRunData'
@params['minReadCount'] = 10000
@required_columns = ['Name', 'Species', 'Read1']
@required_params = ['SecondDataSet', 'paired']

Expand Down

0 comments on commit 3f9b1d0

Please sign in to comment.