Add scripts to generate reference DBs for LSC and SSC
Former-commit-id: 77fd69c9687bfc7cfd3305299c7c81d2a9eddada Former-commit-id: 4d09933673c30d6a9b2b9cc985b33ef23d7a99f4
This commit is contained in:
8
detectors/normalize/tools/selectViridiplantae.sh
Executable file
8
detectors/normalize/tools/selectViridiplantae.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
grep -A 1 ' ORGANISM' $* | \
|
||||
grep -B 1 Viridiplantae | \
|
||||
awk '{print $1}' | \
|
||||
grep '\.gbk' | \
|
||||
sed -E 's/(^.*\.gbk).$/\1/' | \
|
||||
uniq
|
Reference in New Issue
Block a user