File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515print " \n\n -----------------------------------------------" ;
1616print " \n Sim-it\n " ;
17- print " Version 1.3.3 \n " ;
17+ print " Version 1.3.4 \n " ;
1818print " Author: Nicolas Dierckxsens, (c) 2020-2022\n " ;
1919print " -----------------------------------------------\n\n " ;
2020
754754my $seq_depth = " " ;
755755my %seq_depth ;
756756chomp ($NP_coverage );
757- if ($NP_coverage =~ m / ^\d +$ / )
757+ if ($NP_coverage =~ m / ^( \d +) $ / )
758758{
759759 $NP_coverage = $1 ;
760760}
766766{
767767 print " \n --------------------------READ SEQUENCING DEPTH FILE----------------------------\n\n " ;
768768 print OUTPUT_LOG " \n --------------------------READ SEQUENCING DEPTH FILE----------------------------\n\n " ;
769- open (SEQ_DEPTH, $NP_coverage ) or die " \n Can 't open sequencing depth file $NP_coverage , $! \n " ;
769+ open (SEQ_DEPTH, $NP_coverage ) or die " \n Incorrect coverage number or can 't open sequencing depth file $NP_coverage , $! \n " ;
770770 $seq_depth = $NP_coverage ;
771771 $NP_coverage = " " ;
772772 my $total_coverage = ' 0' ;
You can’t perform that action at this time.
0 commit comments