Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to convert indel vcf files to SNPT input files

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

How to convert indel vcf files into SNPT input files, this article introduces the corresponding analysis and solutions in detail, hoping to help more partners who want to solve this problem to find a more simple and easy way.

How to convert indel vcf files into input files of SNPT software.

SNP fingerprint software SNPT, here record how to convert the indel vcf file into the input file of the SNPT software.

The command is as follows:

Perl / share/work/wangq/script/vcf/vcf_SNPT.indel.pl-vcf clean.vcf-o SNPT.input.txt

The vcf_SNPT.indel.pl script is as follows:

#! / share/nas2/genome/bin/perl-w#use strict;#use warnings;use Getopt::Long;use List::Util qw (shuffle); use Data::Dumper;use FindBin qw ($Bin $Script); use File::Basename qw (basename dirname); use Cwd qw (abs_path); my $version= "1.0.0"; my $BEGIN_TIME=time (); my @ Original_ARGV=@ARGV;# = = # Get Options# = = my ($infile, $indexOut, $p) GetOptions ("help |?" = >\ & USAGE, "vcf:s" = >\ $infile, "infile" = >\ $out) or & USAGE;&USAGE unless ($infile and $out); sub USAGE {# my $usage=

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report