Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlibuit authored Apr 10, 2022
1 parent a927aca commit 0786008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/la-state-dashboarding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ inotifywait -m ${monitorring_dir} -e create -e moved_to | while read dir action
\n
# Create and Import Terra Data table containing GCP pointers to deposited assemblies
\n
terra_table_from_gcp_assemblies.sh ${gcp_uri}uploads/gisaid_individual_assemblies_${date_tag}/ ${terra_project} ${terra_workspace} ${terra_table_root_entity} ${gisaid_dir} \".fasta\" ~{date_tag}
terra_table_from_gcp_assemblies.sh ${gcp_uri}uploads/gisaid_individual_assemblies_${date_tag}/ ${terra_project} ${terra_workspace} ${terra_table_root_entity} ${gisaid_dir} \".fasta\" ${date_tag}
\n
\n
# Capture, reformat, and prune GISAID metadata
Expand Down

0 comments on commit 0786008

Please sign in to comment.