Skip to content

Commit

Permalink
Compress ext gorg.gff file
Browse files Browse the repository at this point in the history
  • Loading branch information
iimog committed Jun 19, 2024
1 parent 6db524c commit 2366529
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3,552 deletions.
2 changes: 1 addition & 1 deletion R/focus.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#' # strip trailing number from contigs to get bins
#' dplyr::mutate(bin_id = stringr::str_remove(seq_id, "_\\d+$"))
#' # gene annotations from prokka
#' g0 <- read_feats(ex("gorg/gorg.gff"))
#' g0 <- read_feats(ex("gorg/gorg.gff.xz"))
#'
#' # best hits to the PADS Arsenal database of prokaryotic defense-system genes
#' # $ mmseqs easy-search gorg.fna pads-arsenal-v1-prf gorg-pads-defense.o6 /tmp \
Expand Down
Loading

0 comments on commit 2366529

Please sign in to comment.