Skip to content
Snippets Groups Projects
Commit f6bd8f4c authored by Aaron's avatar Aaron
Browse files

menu typo

parent aea85198
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ int bedtools_help(void)
cout << "[ Format conversion ]" << endl;
cout << " bamtobed " << "Convert BAM alignments to BED (& other) formats.\n";
cout << " bedtobam " << "Convert intervals to BAM records.\n";
cout << " bedtofastq " << "Convert BAM records to FASTQ records.\n";
cout << " bamtofastq " << "Convert BAM records to FASTQ records.\n";
cout << " bedpetobam " << "Convert BEDPE intervals to BAM records.\n";
cout << " bed12tobed6 " << "Breaks BED12 intervals into discrete BED6 intervals.\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment