Skip to content

Commit

Permalink
support no-header
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jul 8, 2024
1 parent 0ad8004 commit 8f9334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/unipept/unipept_subcommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export abstract class UnipeptSubcommand {
});
const result = await r.json();

if (this.firstBatch) {
if (this.firstBatch && this.options.header) {
this.firstBatch = false;
this.outputStream.write(this.formatter.header(result, this.fasta));
}
Expand Down

0 comments on commit 8f9334a

Please sign in to comment.