How Do I Annotate Multiple *.Gvf Files At Once Using Vaast - Vat?
1
0
Entering edit mode
11.2 years ago
gitags • 0

How to annotate multiple .gvf files at once using VAAST - VAT. (*.gvf -> *.vat.gvf)

• 2.0k views
ADD COMMENT
0
Entering edit mode
11.2 years ago

Our lab has setup a specific user group for VAAST related questions:

vaast-user@yandell-lab.org

To answer your question:

find *gvf | xargs -I {} -P [your pref] vaast_tools/vaast_indexer {}
find *gvf > annotate.vats.sh


split -l [your pref] annotate.vats.sh

nohup sh xaa &
nohup sh xab &
nohup sh xac &
nohup sh xad &
ADD COMMENT
0
Entering edit mode

Thanks but I have another question. Can we convert vcf file directly to cdr?

ADD REPLY
0
Entering edit mode

That is high on the priority list.

ADD REPLY

Login before adding your answer.

Traffic: 2521 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6