LoginSignup
0
0

More than 3 years have passed since last update.

WebApollo 一発処理集

Posted at

特定のorganismの全てのuser annotationを除去する

Apollo-2.4.1/docs/web_services/examples/groovy

などに移動して

groovy ./delete_annotations_from_organism.groovy \
-organismname "Organismname" \
-destinationurl http://localhost:8080/apollo-2.4.1 \
-adminusername admin@mail.hoge \
-adminpassword password

gff3ファイルの中身を全てuser annotationに入れる

Apollo-2.4.1

に移動して

perl ./tools/data/add_features_from_gff3_to_annotations.pl \
-U localhost:8080/apollo-2.4.1 \
-u admin@mail.hoge \
-p password \
-i /match.gff3 \
-t match \
-e match_sub \
-o "Organismname" -X

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0