Skip to content

Commit

Permalink
Update workflows/dia.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Julianus Pfeuffer <[email protected]>
  • Loading branch information
daichengxin and jpfeuffer authored Oct 18, 2023
1 parent c19ad48 commit 0202115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/dia.nf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ workflow DIA {
{
if (meta['fragmentmasstoleranceunit'].toLowerCase().endsWith('da') || meta['precursormasstoleranceunit'].toLowerCase().endsWith('da'))
{
log.info "Warning: DIA-NN only supports ppm unit tolerance for MS1 and MS2. Set `mass_acc_automatic` as `True` to automatically determine the tolerance by DIA-NN!"
log.info "Warning: DIA-NN only supports ppm unit tolerance for MS1 and MS2. Falling back to `mass_acc_automatic`=`true` to automatically determine the tolerance by DIA-NN!"
}
}

Expand Down

0 comments on commit 0202115

Please sign in to comment.