Skip to content

Commit

Permalink
fix strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Aug 6, 2024
1 parent 2d98583 commit e7c2365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/commands/unipept/protinfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class Protinfo extends UnipeptSubcommand {
- in a text file that is passed as an argument to the -i option
- to standard input
The command will give priority to the first way protein id's are passed, in the order as listed above. Text files and standard input should have one tryptic peptide per line.`;
The command will give priority to the first way protein id's are passed, in the order as listed above. Text files and standard input should have one protein id per line.`;

constructor() {
super("protinfo");
Expand Down
2 changes: 1 addition & 1 deletion lib/commands/unipept/taxa2lca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class Taxa2lca extends UnipeptSubcommand {
- in a text file that is passed as an argument to the -i option
- to standard input
The command will give priority to the first way NCBI Taxonomy Identifiers are passed, in the order as listed above. Text files and standard input should have one tryptic peptide per line.`;
The command will give priority to the first way NCBI Taxonomy Identifiers are passed, in the order as listed above. Text files and standard input should have one taxon id per line.`;

constructor() {
super("taxa2lca");
Expand Down

0 comments on commit e7c2365

Please sign in to comment.