Skip to content

Commit

Permalink
remove stdout statements
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlibuit committed Feb 26, 2021
1 parent efdbf8a commit 3a69173
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/task_se_pub_repo_submission.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ task compile {
while [ "$count" -lt 1 ]; do
head -n -1 $i > ~{repository}_upload_meta.csv
count+=1
echo "Header: "
cat ~{repository}_upload_meta.csv
done
#populate csv with each samples metadata
sed 's+",\".*\.gisaid\.fa+\",\"GISAID_upload.fasta+g' $i | tail -n1 >> ~{repository}_upload_meta.csv
Expand Down

0 comments on commit 3a69173

Please sign in to comment.