Skip to content

Commit

Permalink
fix: sequence-dictionary arg javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sanashah007 committed Aug 22, 2024
1 parent 0ee3b76 commit 3eee529
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* <pre>
* java -jar GtfToBed.jar \
* -gtf-path input.gtf \
* -gtf-dictionary dictionary.dict \
* -sequence-dictionary dictionary.dict \
= * -output output.bed \
* </pre>
*
Expand All @@ -51,7 +51,7 @@
* <pre>
* java -jar GtfToBed.jar \
* -gtf-path input.gtf \
* -gtf-dictionary dictionary.dict \
* -sequence-dictionary dictionary.dict \
* -sort-transcript \
* -output output.bed \
* </pre>
Expand All @@ -62,7 +62,7 @@
* * <pre>
* java -jar GtfToBed.jar \
* -gtf-path input.gtf \
* -gtf-dictionary dictionary.dict \
* -sequence-dictionary dictionary.dict \
* -sort-transcript \
* -sort-basic \
* -output output.bed \
Expand Down

0 comments on commit 3eee529

Please sign in to comment.