#!/usr/bin/perl -w use strict; #=============================================================# # Function: This script is used to combine files (not more than 5) together according # # their columns for the snp variant type . &nb ...
#!/usr/bin/perl -w #=============================================================== # This script is used to extract the LOD value of a batch of files at 95% informative interval for MapQTL # By chencheng hengbenxianfeng@163.com # Start time: 2017/3/6 19:40 # End time: 2017/3/6 20:10 # Title ...
#!/usr/bin/perl -w use strict; # This script is used to calculate the Scafford length,GC content,N50,N90, and reference length,reference GC content of # a species's genome,which has a fasta format. #================================================================================= # by Chen ...