Skip to content

Commit

Permalink
Merge pull request #11 from NOAA-EDAB/dev
Browse files Browse the repository at this point in the history
fixed wrong species attribution
  • Loading branch information
andybeet committed Aug 23, 2024
2 parents 448ab9f + 51df773 commit 7c96c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/process_atl_output.R
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ process_atl_output = function(param.dir,
s=1
for(s in 1:nrow(fgs)){

spp.vars = grep(paste0('^',fgs$Code[s]),catch.varname,value =T)
spp.vars = grep(paste0('^',fgs$Code[s],'_'),catch.varname,value =T)

if(length(spp.vars) == 0){next()}

Expand Down

0 comments on commit 7c96c64

Please sign in to comment.