We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ddf49 commit 261eb0eCopy full SHA for 261eb0e
lib/BioX/Workflow/Command/file_log.pm
@@ -57,6 +57,7 @@ sub execute {
57
next;
58
}
59
60
+ ##TODO Make this a table
61
my $details = File::Details->new($file);
62
my $mtime = ctime( stat($file)->mtime );
63
# $self->track_files->{$file}->{mtime} = $mtime;
0 commit comments