Skip to content

Commit

Permalink
Test_01: Writer
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRico committed Oct 21, 2024
1 parent 49963fe commit 2ad2ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/PharmCAT_Pipeline.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,9 @@ task cloud_writer_task {
# TODO - Adicionar suporte para outros diretórios em nuvem
if [[ "$results_directory" == gs://* ]]; then
# Copiar arquivos de resultados individuais
gsutil cp Results/* "$results_directory/" >> $log_file
gsutil cp wf/results/* "$results_directory/" >> $log_file
# Copiar também o arquivo tar.gz com os resultados do pipeline
gsutil cp ~{pipeline_results} "$results_directory/" >> $log_file
# gsutil cp ~{pipeline_results} "$results_directory/" >> $log_file
else
echo "ERROR: Unsupported storage destination. Only gs:// is supported in this task." >> $log_file
exit 1
Expand Down

0 comments on commit 2ad2ae7

Please sign in to comment.