Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

# Keep only morphology codes (with '/')
perl -ne '@_=split/\t/; print if $_[4] eq "446608001"' $file | grep '/' > /tmp/xicdo.txt
mvn install -PSimpleMapRecords -D$rc Drun.config=/opt/mapping-rest/config.properties -Dinput.file=/tmp/xicdo.txt -Dmember.flag=true -Drecord.flag=false

...