Skip to content

Commit

Permalink
Add missing library declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrikarddaniel committed Nov 29, 2024
1 parent be2d1b5 commit dd2bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/format_pplacetax.nf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ process FORMAT_PPLACETAX {
# then, check if reduced entries are identical > if yes, choose any row, if no, repeat
# at that step the taxonomies have same length
print( paste ( asvid,"enters STEP 3" ) )
list_taxonpath <- str_split( temp\$taxopath, ";")
list_taxonpath <- stringr::str_split( temp\$taxopath, ";")
df_taxonpath <- as.data.frame(do.call(rbind, list_taxonpath))
for (i in ncol(df_taxonpath):0) {
# choose first column and change taxon to reduced overlap
Expand Down

0 comments on commit dd2bd30

Please sign in to comment.