Loading bbox-workflow-nextseq +4 −0 Original line number Diff line number Diff line Loading @@ -752,6 +752,7 @@ EOF $LOGPATH, \$LOG, $RealBin, $RealScript); return undef; } dolog("Found file '${file_name}' with unique ID ${file_uid}! Downloading...\n"); # NOW we can finally get our file! @drive_options = ( Loading @@ -760,6 +761,9 @@ EOF '--stdout', $file_uid, ); dolog('Drive download command: ' . join(' ', @drive_options) . "\n"); dolog("Drive download command output:\n"); dolog("==========================================================\n"); # Spawn the downlaod command # Remember, $output_handle was opened up a while ago. Loading Loading
bbox-workflow-nextseq +4 −0 Original line number Diff line number Diff line Loading @@ -752,6 +752,7 @@ EOF $LOGPATH, \$LOG, $RealBin, $RealScript); return undef; } dolog("Found file '${file_name}' with unique ID ${file_uid}! Downloading...\n"); # NOW we can finally get our file! @drive_options = ( Loading @@ -760,6 +761,9 @@ EOF '--stdout', $file_uid, ); dolog('Drive download command: ' . join(' ', @drive_options) . "\n"); dolog("Drive download command output:\n"); dolog("==========================================================\n"); # Spawn the downlaod command # Remember, $output_handle was opened up a while ago. Loading