Skip to content

Commit

Permalink
Merge pull request #321 from ggabernet/dev
Browse files Browse the repository at this point in the history
Dowser tips by isotype
  • Loading branch information
ggabernet authored Apr 16, 2024
2 parents e19ba5e + 1bdaf4c commit e6eacdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### `Fixed`

- [#319](https://github.com/nf-core/airrflow/pull/319) Fix test full profile and nebnext_umi_tcr profile.
- [#321](https://github.com/nf-core/airrflow/pull/321) Label Dowser tips by isotype instead of c_call by default.

## [3.3.0] - 2024-03-31 Confringo

Expand Down
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,8 @@ process {
]
ext.args = ['build':'igphyml',
'minseq':5,
'traits':'c_call',
'tips':'c_call']
'traits':'isotype',
'tips':'isotype']
}

// -------------------------------
Expand Down
4 changes: 2 additions & 2 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ process {
withName:DOWSER_LINEAGES{
ext.args = ['build':'igphyml',
'minseq':5,
'traits':'c_primer',
'tips':'c_primer']
'traits':'isotype',
'tips':'isotype']
}

withName:DEFINE_CLONES_COMPUTE{
Expand Down

0 comments on commit e6eacdd

Please sign in to comment.