Skip to content

Commit

Permalink
Merge pull request #329 from ggabernet/fix-profile
Browse files Browse the repository at this point in the history
Fix test full profile
  • Loading branch information
ggabernet authored Apr 23, 2024
2 parents ee4391c + 55c0157 commit 2345dda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ params {
umi_length = 15
umi_start = 0
umi_position = 'R1'

isotype_column = 'c_primer'
}

process {
Expand All @@ -47,7 +49,7 @@ process {
withName:DEFINE_CLONES_REPORT{
ext.args = ['outname':'', 'model':'hierarchical',
'method':'nt', 'linkage':'single',
'min_n':30, 'isotype_column':'c_primer']
'min_n':30]

}
}

0 comments on commit 2345dda

Please sign in to comment.