Skip to content
Snippets Groups Projects
Commit 80fe380a authored by Ensembl Pipeline's avatar Ensembl Pipeline
Browse files

less fatal

scp
parent e737f2ef
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ foreach $chromo ( @chromo ) {
open(OUT,">$chr/$chromo.fpc");
opendir(DIR,"$contigdir/$chrnumber") || die "no $contigdir/$chrnumber $!\n";
opendir(DIR,"$contigdir/$chrnumber") || do {warn "no $contigdir/$chrnumber $!\n"; next;};
@contigs = readdir(DIR);
closedir(DIR);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment