Skip to content

Commit fde82e1

Browse files
authored
Merge pull request #155 from icgc-argo-workflows/payload-gen-seq-experiment@0.6.0.1
[release]
2 parents d0d3abb + 700a618 commit fde82e1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

payload-gen-seq-experiment/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858

5959
TSV_FIELDS['file']={}
6060
TSV_FIELDS['file']["core"]=['type', 'name', 'size', 'md5sum', 'path', 'format']
61-
TSV_FIELDS['file']["conditional"]=["EGAS","EGAC","EGAP","EGAN","EGAR","EGAX","EGAZ","EGAD","EGAB","EGAF"]
62-
61+
TSV_FIELDS['file']["conditional"]=[
62+
"ega_file_id","ega_dataset_id","ega_experiment_id","ega_sample_id","ega_study_id",
63+
"ega_run_id","ega_policy_id","ega_analysis_id","ega_submission_id","ega_dac_id"]
6364

6465

6566

payload-gen-seq-experiment/tests/input/208c5ea6-c17a-4a63-981e-4bb91d3119f2.sequencing_experiment.payload.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@
8181
"dataType": "Submitted Reads",
8282
"info": {
8383
"data_category": "Sequencing Reads"
84-
},
85-
"EGAF": "EGAF000001"
84+
}
8685
}
8786
]
8887
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
type name format size md5sum path EGAF
1+
type name format size md5sum path ega_file_id
22
file test_rg_3.bam BAM 14911 178f97f7b1ca8bfc28fd5586bdd56799 test_rg_3.bam EGAF000001

tests/data/cab531fd-dc75-462f-8a73-fb7fcbf73185.sequencing_experiment.payload.uniform_id_added.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
{
123123
"submitterSampleId": "HCC1143_FASTQ_INPUT",
124124
"matchedNormalSubmitterSampleId": "HCC1143_BAM_INPUT",
125-
"sampleType": "DNA",
125+
"sampleType": "Total DNA",
126126
"specimen": {
127127
"submitterSpecimenId": "HCC1143_FASTQ_INPUT",
128128
"tumourNormalDesignation": "Cell line - derived from tumour",

0 commit comments

Comments
 (0)