Skip to content

Commit b0971f4

Browse files
committed
add data_subtypes, default to null
1 parent b06556a commit b0971f4

6 files changed

Lines changed: 11 additions & 0 deletions

payload-gen-dna-alignment/main.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
1919
Authors:
20+
Linda Xiang
2021
Junjun Zhang
2122
*/
2223

payload-gen-dna-alignment/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def get_files_info(file_to_upload):
109109
'dataType': 'Aligned Reads' if file_to_upload.split(".")[-1] in ('bam', 'cram') else 'Aligned Reads Index',
110110
'info': {
111111
'data_category': 'Sequencing Reads',
112+
'data_subtypes': None,
112113
'analysis_tools': ["BWA-MEM", "biobambam2:bammarkduplicates2"]
113114
}
114115
}

payload-gen-dna-alignment/pkg.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"dependencies": [],
2828
"devDependencies": [],
2929
"contributors": [
30+
{
31+
"name": "Linda Xiang"
32+
},
3033
{
3134
"name": "Junjun Zhang"
3235
}

tests/data/635bad16-25b7-4143-81a4-c4f6f3661e7d.dna_alignment.payload.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"dataType": "Aligned Reads",
2727
"info": {
2828
"data_category": "Sequencing Reads",
29+
"data_subtypes": null,
2930
"analysis_tools": [
3031
"BWA-MEM",
3132
"biobambam2:bammarkduplicates2"
@@ -41,6 +42,7 @@
4142
"dataType": "Aligned Reads Index",
4243
"info": {
4344
"data_category": "Sequencing Reads",
45+
"data_subtypes": null,
4446
"analysis_tools": [
4547
"BWA-MEM",
4648
"biobambam2:bammarkduplicates2"

tests/data/dc934840-98a2-4471-8655-deaaad226180.dna_alignment.payload.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"dataType": "Aligned Reads",
2727
"info": {
2828
"data_category": "Sequencing Reads",
29+
"data_subtypes": null,
2930
"analysis_tools": [
3031
"BWA-MEM",
3132
"biobambam2:bammarkduplicates2"
@@ -41,6 +42,7 @@
4142
"dataType": "Aligned Reads Index",
4243
"info": {
4344
"data_category": "Sequencing Reads",
45+
"data_subtypes": null,
4446
"analysis_tools": [
4547
"BWA-MEM",
4648
"biobambam2:bammarkduplicates2"

tests/data/ebf6a3ab-05d5-4a19-bc36-5fd4abac58ff.dna_alignment.payload.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"dataType": "Aligned Reads",
3939
"info": {
4040
"data_category": "Sequencing Reads",
41+
"data_subtypes": null,
4142
"analysis_tools": [
4243
"BWA-MEM",
4344
"biobambam2:bammarkduplicates2"
@@ -53,6 +54,7 @@
5354
"dataType": "Aligned Reads Index",
5455
"info": {
5556
"data_category": "Sequencing Reads",
57+
"data_subtypes": null,
5658
"analysis_tools": [
5759
"BWA-MEM",
5860
"biobambam2:bammarkduplicates2"

0 commit comments

Comments
 (0)