You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Author:[email protected],this Program is used for check raw reads align rate with a refer fa file;need bowtie2 suggest
use utf8;
use strict;
use warnings;
die "perl $0 <raw_fq1> <raw_fq2> <genome.fa> <prefix> <reads_num>\n use top (suggest:100000) reads to check align rate\n perl $0 raw_xx_1.fq.gz raw_xx_2.fq.gz genome.fa xxx 10000" if @ARGV ne 5;