@@ -16,15 +16,15 @@ ALTER TABLE qiita.artifact_type_filepath_type ADD CONSTRAINT fk_artifact_type_fi
1616INSERT INTO  qiita .artifact_type_filepath_type  (artifact_type_id, filepath_type_id, required) VALUES 
1717    --  Artifact Type: SFF - Filepath Types: raw_sff (required)
1818    (1 , 17 , TRUE),
19-     --  Artifact Type: FASTA_Sanger - Filepath Types: raw_fasta (required), raw_qual (currently required) 
20-     (2 , 18 , TRUE), ( 2 ,  19 , TRUE), 
21-     --  Artifact Type: FASTQ - Filepath Types: raw_forward_seqs (required), raw_reverse_seqs (optional), raw_barcodes (requred )
19+     --  Artifact Type: FASTA_Sanger - Filepath Types: raw_fasta (required)
20+     (2 , 18 , TRUE),
21+     --  Artifact Type: FASTQ - Filepath Types: raw_forward_seqs (required), raw_reverse_seqs (optional), raw_barcodes (required )
2222    (3 , 1 , TRUE), (3 , 2 , FALSE), (3 , 3 , TRUE),
23-     --  Artifact Type: FASTA - Filepath Types: raw_fasta (required), raw_qual (currently  required)
23+     --  Artifact Type: FASTA - Filepath Types: raw_fasta (required), raw_qual (required)
2424    (4 , 18 , TRUE), (4 , 19 , TRUE),
2525    --  Artifact Type: per_sample_FASTQ - Filepath Types: raw_forward_seqs (required), raw_reverse_seqs (optional)
2626    (5 , 1 , TRUE), (5 , 2 , FALSE),
2727    --  Artifact Type: Demultiplexed - Filepath Types: preprocessed_fasta (required), preprocessed_fastq (required), preprocessed_demux (optional), log (optional)
2828    (6 , 4 , TRUE), (6 , 5 , TRUE), (6 , 6 , FALSE), (6 , 13 , FALSE),
29-     --  Artifact Type: BIOM - Filepath Types: biom, directory, log
29+     --  Artifact Type: BIOM - Filepath Types: biom (required) , directory (optional) , log (optional) 
3030    (7 , 7 , TRUE), (7 , 8 , FALSE), (7 , 13 , FALSE);
0 commit comments