Skip to content

Commit

Permalink
add acknowledgements & comments to auxiliary scripts #246
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Nov 27, 2023
1 parent f39434e commit 085420f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/collect-annotation-stats.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
#!/usr/bin/python3

##################################################################################
#
# This script collects annotation information from multiple JSON files
# and exports key metrics as TSV
#
# Thanks to Ahmed M. A. Elsherbini (https://github.com/AhmedElsherbini), for contributing.
#
##################################################################################


import argparse
import json
import os
Expand Down
8 changes: 8 additions & 0 deletions scripts/extract-region.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#!/usr/bin/python3

##################################################################################
#
# This script extract requested subregions of a genome
# and exports contained features as regular Bakta outputs.
#
##################################################################################


import argparse
import json
import os
Expand Down

0 comments on commit 085420f

Please sign in to comment.