Skip to content

Commit

Permalink
cleaned up test data, added new test for FQ input
Browse files Browse the repository at this point in the history
  • Loading branch information
junjun-zhang committed Jun 25, 2020
1 parent c5f6b58 commit ec5df50
Show file tree
Hide file tree
Showing 76 changed files with 142 additions and 2,396 deletions.
16 changes: 16 additions & 0 deletions dna-seq-alignment/tests/test-local_fq.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"study_id": "TEST-PR",
"analysis_metadata": "data/83185fe5-71cc-4515-bc75-e94d15ba291a.sequencing_experiment.json",
"sequencing_files": [
"data/D0RE2.1_r2.fq.gz",
"data/D0RH0.2_r1.fq.gz",
"data/D0RE2.1_r1.fq.gz",
"data/D0RH0.2_r2.fq.gz",
"data/C0HVY.2_r2.fq.gz",
"data/C0HVY.2_r1.fq.gz"
],
"ref_genome_fa": "reference/tiny-grch38-chr11-530001-537000.fa",
"cpus": 2,
"mem": 2,
"tempdir": "NO_DIR"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
{
"analysisType": {
"name": "sequencing_experiment"
},
"studyId": "TEST-PR",
"experiment": {
"submitter_sequencing_experiment_id": "TEST_EXP1",
"sequencing_center": "EXT",
"platform": "ILLUMINA",
"platform_model": "HiSeq 2000",
"experimental_strategy": "WGS",
"sequencing_date": "2014-12-12"
},
"read_group_count": 3,
"read_groups": [
{
"submitter_read_group_id": "C0HVY.2",
"platform_unit": "74_8a",
"is_paired_end": true,
"file_r1": "C0HVY.2_r1.fq.gz",
"file_r2": "C0HVY.2_r2.fq.gz",
"read_length_r1": 150,
"read_length_r2": 150,
"insert_size": 298,
"sample_barcode": null,
"library_name": "Pond-147580"
},
{
"submitter_read_group_id": "D0RE2.1",
"platform_unit": "74_8b",
"is_paired_end": true,
"file_r1": "D0RE2.1_r1.fq.gz",
"file_r2": "D0RE2.1_r2.fq.gz",
"read_length_r1": 150,
"read_length_r2": 150,
"insert_size": 298,
"sample_barcode": null,
"library_name": "Pond-147580"
},
{
"submitter_read_group_id": "D0RH0.2",
"platform_unit": "74_8c",
"is_paired_end": true,
"file_r1": "D0RH0.2_r1.fq.gz",
"file_r2": "D0RH0.2_r2.fq.gz",
"read_length_r1": 150,
"read_length_r2": 150,
"insert_size": 298,
"sample_barcode": null,
"library_name": "Pond-147580"
}
],
"samples": [
{
"sampleId": "SA610149",
"specimenId": "SP210129",
"submitterSampleId": "HCC1143_BAM_INPUT",
"matchedNormalSubmitterSampleId": null,
"sampleType": "Total DNA",
"specimen": {
"specimenId": "SP210129",
"donorId": "DO250122",
"submitterSpecimenId": "HCC1143_BAM_INPUT",
"tumourNormalDesignation": "Normal",
"specimenTissueSource": "Blood derived",
"specimenType": "Cell line - derived from normal"
},
"donor": {
"donorId": "DO250122",
"studyId": "TEST-PR",
"gender": "Female",
"submitterDonorId": "HCC1143"
}
}
],
"files": [
{
"fileName": "C0HVY.2_r1.fq.gz",
"fileSize": 2040,
"fileMd5sum": "64cf635dbc54f53cae2cb03ec8e8471b",
"fileType": "FASTQ",
"fileAccess": "controlled",
"dataType": "Submitted Reads"
},
{
"fileName": "C0HVY.2_r2.fq.gz",
"fileSize": 2042,
"fileMd5sum": "ceb7e66d031cb894fa9d1d3f8da65fc7",
"fileType": "FASTQ",
"fileAccess": "controlled",
"dataType": "Submitted Reads"
},
{
"fileName": "D0RE2.1_r1.fq.gz",
"fileSize": 2309,
"fileMd5sum": "44bea7aa32a1afb68eec24496b608545",
"fileType": "FASTQ",
"fileAccess": "controlled",
"dataType": "Submitted Reads"
},
{
"fileName": "D0RE2.1_r2.fq.gz",
"fileSize": 2365,
"fileMd5sum": "d73b37eca9375258ab42905f7943b1b6",
"fileType": "FASTQ",
"fileAccess": "controlled",
"dataType": "Submitted Reads"
},
{
"fileName": "D0RH0.2_r1.fq.gz",
"fileSize": 1872,
"fileMd5sum": "b90a3c9750db29406f31e9488d5b7e2b",
"fileType": "FASTQ",
"fileAccess": "controlled",
"dataType": "Submitted Reads"
},
{
"fileName": "D0RH0.2_r2.fq.gz",
"fileSize": 1894,
"fileMd5sum": "a407247b584daa078114ab05e6e489be",
"fileType": "FASTQ",
"fileAccess": "controlled",
"dataType": "Submitted Reads"
}
]
}
112 changes: 0 additions & 112 deletions tests/data/C0HVY.2_r1.fq

This file was deleted.

Binary file added tests/data/C0HVY.2_r1.fq.gz
Binary file not shown.
112 changes: 0 additions & 112 deletions tests/data/C0HVY.2_r2.fq

This file was deleted.

Binary file added tests/data/C0HVY.2_r2.fq.gz
Binary file not shown.
Binary file removed tests/data/C0HVY_2.lane.bam
Binary file not shown.
Loading

0 comments on commit ec5df50

Please sign in to comment.