npolar / marine-db

https://doi.org/10.21334/marine-db
0 stars 0 forks source link

Prefix sample names based on a list of expeditions, not the sample name pattern #16

Closed cnrdh closed 6 years ago

cnrdh commented 6 years ago

Fixed by if ((/201[4567]$/).test(s.expedition)) { s.sample = ${s.expedition}$${s.sample}.trim(); }