Skip to content

Commit

Permalink
min and max of median CV threshold set
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaGomoryova committed Jan 8, 2025
1 parent 50c8f77 commit f497a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scp/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</param>
<when value="yes">
<param label="How many peptides per protein are required to compute CV?" name="minimum_peptides_CV" type="integer" value="5" min="1" help="Minimum number of peptides per protein required for the CV computation."/>
<param label="Median CV threshold" name="median_CV_threshold" type="float" value="0.65" help="Threshold for median CV filtering."/>
<param label="Median CV threshold" name="median_CV_threshold" type="float" value="0.65" help="Threshold for median CV filtering." min="0" max="1"/>
</when>
<when value="no"/>
</conditional>
Expand Down

0 comments on commit f497a21

Please sign in to comment.