Skip to content

Commit

Permalink
fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
satoken committed Jul 21, 2020
1 parent dbee350 commit 9c27731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ IPknot can take FASTA formatted RNA sequences as input, then predicts their seco
-t th: threshold of base-pairing probabilities for each level
-g gamma: weight for true base-pairs equivalent to -t 1/(gamma+1)
(default: -g 4 -g 8)
-m: use McCaskill model (default: CONTRAfold model)
-i: allow isolated base-pairs
-e model: probabilistic model (default: McCaskill)
-b: output the prediction via BPSEQ format

% ipknot drz_Ppac_1_1.fa
Expand All @@ -42,8 +41,8 @@ IPknot can take FASTA formatted RNA sequences as input, then predicts their seco

IPknot can also take CLUSTAL formatted RNA alignments produced by CLUSTALW and MAFFT, then predicts their common secondary structures.

% clustalw RF00005:0.fa
% ipknot RF00005:0.aln
% clustalw RF00005.fa
% ipknot RF00005.aln
>J01390-1/6861-6
--------CAGGUUAGAGCCAGGUGGUU--AGGCGUCUUGUUUGGGUCAAGAAAUU-GUUAUGUUCGAAUCAUAAUAACCUGA-
........(((((((..(((...........))).(((((.......)))))......(((((.......))))))))))))..
Expand Down
1 change: 1 addition & 0 deletions src/ipknot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ usage(const char* progname)
<< " (default: -g 2 -g 4)" << std::endl
// << " -m: select thresholds that maxmize pseudo MCC" << std::endl
<< " -e model: probabilistic model (default: McCaskill)" << std::endl
<< " -c file: constraint folding" << std::endl
<< " -r n: the number of the iterative refinement (default: 0)" << std::endl
<< " -i: allow isolated base-pairs" << std::endl
<< " -b: output the prediction by BPSEQ format" << std::endl
Expand Down

0 comments on commit 9c27731

Please sign in to comment.