Skip to content

Commit

Permalink
Merge pull request #95 from sonofhypnos/master
Browse files Browse the repository at this point in the history
Update commandParser.c
  • Loading branch information
dzerbino authored Nov 6, 2024
2 parents 5d2f2c4 + bb5d90a commit 34c5942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commandParser.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ puts("\tin_filename = *.wig | *.bw | *.bed | *.bb | *.bg | *.sam | *.bam | *.cra
puts("\tstatistic = (statistic_function) (iterator) | ndpearson (multiplex) (multiplex)");
puts("\tstatistic_function = AUC | meanI | varI | minI | maxI | stddevI | CVI | energy (wavelength) | pearson (iterator)");
puts("\tbinary_operator = diff | ratio | overlaps | trim | noverlaps | nearest | apply (statistic) | fillIn | trimFill");
puts("\treducer = cat | sum | product | mean | var | stddev | entropy | CV | median | min | max");
puts("\treducer = cat | sum | mult | mean | var | stddev | entropy | CV | median | min | max");
puts("\tsetComparison = ttest | ftest | wilcoxon");
puts("\tmultiplex_list = (multiplex) | (multiplex) : (multiplex_list)");
puts("\tmultiplex = (iterator_list) | map (unary_operator) (multiplex) | strict (multiplex)");
Expand Down

0 comments on commit 34c5942

Please sign in to comment.