Skip to content

Perl script to read, filter, and generate useful variant calling information hashes from .bcf or .vcf file types

Notifications You must be signed in to change notification settings

danielboloc/Perl-bcftools-filter-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a Perl script useful for reading multiple files (.bcf/.vcf) in order to filter them using the bcftools and vcfutils.pl from the same tool.

Get bcftools.

INSTRUCTIONS:

  1. install bcftools and change directory 'cd' to the install directory
  2. write 'pwd' on the command line. Copy the result
  3. replace that directory in the variable '$cmd' of the script after the pipe '|' like: '/home/user/bcftools/vcfutils.pl'

USAGE:

perl fil_hash_bcfs.pl

OUTPUT

log.txt (dumping of the hash)

About

Perl script to read, filter, and generate useful variant calling information hashes from .bcf or .vcf file types

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages