Skip to content
Snippets Groups Projects
Commit 08cfee1a authored by not populated not populated's avatar not populated not populated
Browse files

Ignore unassigned reads from file_list.tsv

parent 9eac1d8c
No related branches found
No related tags found
1 merge request!3Ultra 2 SOP/doc updates
......@@ -53,6 +53,7 @@ my %family;
while (my $line = <>)
{
next if ($line =~ /^File/);
next if ($line =~ /unassigned/);
chomp $line;
my @tokens = split(/\t/, $line);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment