Skip to content

Commit 6110fc2

Browse files
author
Gordon J. Köhn
committed
correction / simplification
1 parent 1d09cd7 commit 6110fc2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: README.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,7 @@ After installation, all utilities are available as command-line programs. You ca
172172
aln2basecnt --help
173173
174174
# Example usage of paired_end_read_merger
175-
paired_end_read_merger input.sam output_fused.sam output_nonfused.sam reference.fasta
176-
177-
# Example usage of extract_consensus
178-
extract_consensus -b alignment.bam -r reference.fasta -o consensus.fasta
175+
paired_end_read_merger input.sam -f reference.fasta -o output_fused.sam
179176
180177
Each utility supports the ``--help`` flag which provides detailed information about its usage, required arguments, and available options.
181178

0 commit comments

Comments
 (0)