Skip to content

Commit

Permalink
Update SQLs for view.to_be_processed.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuyuan committed Dec 10, 2021
1 parent d695c64 commit 20d8243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view.to_be_processed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ FROM
`prj-int-dev-covid19-nf-gls.datahub_metadata.nanopore_index` T1
WHERE
T1.fastq_ftp IS NOT NULL
AND REGEXP_CONTAINS(T1.fastq_ftp, r'^ftp.sra.ebi.ac.uk.*_1.fastq.gz$')
AND T1.run_accession NOT IN (
SELECT
T2.run_id
Expand Down

0 comments on commit 20d8243

Please sign in to comment.