摘要: open (TEST, "$infile")while (<TEST>){ my $line_1=$_; my $line_2=<TEST>; my $line_3=<TEST>; my $line_4=<TEST>;} 阅读全文
posted @ 2013-01-21 11:02 蒋蒋 阅读(526) 评论(0) 推荐(0) 编辑
摘要: -g/--max-multihits <int> Instructs TopHat to allow up to this many alignments to the reference for a given read, and choose the alignments based on their alignment scores if there are more than this number. The default is 20 for read mapping. Unless you use --report-secondary-alignments, TopHa 阅读全文
posted @ 2013-01-21 08:49 蒋蒋 阅读(324) 评论(0) 推荐(0) 编辑