generated from jonn-smith/python_cli_template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added MAS16 model to preconfigured model list
- Loading branch information
Showing
8 changed files
with
559 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
{ | ||
"name": "mas_16+bulk_10x5p", | ||
"description": "16-element MAS-ISO-seq array, bulk 10x 5' kit", | ||
"array": { | ||
"description": "16-element MAS-ISO-seq array", | ||
"version": "3.0.0", | ||
"structure": [ | ||
"A", | ||
"B", | ||
"C", | ||
"D", | ||
"E", | ||
"F", | ||
"G", | ||
"H", | ||
"I", | ||
"J", | ||
"K", | ||
"L", | ||
"M", | ||
"N", | ||
"O", | ||
"P", | ||
"Q" | ||
], | ||
"adapters": { | ||
"A": "AGCTTACTTGTGAAGA", | ||
"B": "ACTTGTAAGCTGTCTA", | ||
"C": "ACTCTGTCAGGTCCGA", | ||
"D": "ACCTCCTCCTCCAGAA", | ||
"E": "AACCGGACACACTTAG", | ||
"F": "AGAGTCCAATTCGCAG", | ||
"G": "AATCAAGGCTTAACGG", | ||
"H": "ATGTTGAATCCTAGCG", | ||
"I": "AGTGCGTTGCGAATTG", | ||
"J": "AATTGCGTAGTTGGCC", | ||
"K": "ACACTTGGTCGCAATC", | ||
"L": "AGTAAGCCTTCGTGTC", | ||
"M": "ACCTAGATCAGAGCCT", | ||
"N": "AGGTATGCCGGTTAAG", | ||
"O": "AAGTCACCGGCACCTT", | ||
"P": "ATGAAGTGGCTCGAGA", | ||
"Q": "AGTAGCTGTGTGCA" | ||
}, | ||
"deprecated": false, | ||
"name": "mas_16" | ||
}, | ||
"cdna": { | ||
"description": "bulk 10x 5' kit", | ||
"version": "3.0.0", | ||
"structure": [ | ||
"5p_Adapter", | ||
"UMI", | ||
"SLS", | ||
"cDNA", | ||
"Poly_A", | ||
"sample_index", | ||
"3p_Adapter" | ||
], | ||
"adapters": { | ||
"5p_Adapter": "TCTACACGACGCTCTTCCGATCT", | ||
"UMI": { | ||
"FixedLengthRandomBases": 10 | ||
}, | ||
"SLS": "TTTCTTATATGGG", | ||
"cDNA": "random", | ||
"Poly_A": { | ||
"HomopolymerRepeat": [ | ||
"A", | ||
30 | ||
] | ||
}, | ||
"sample_index": { | ||
"FixedLengthRandomBases": 10 | ||
}, | ||
"3p_Adapter": "CTCTGCGTTGATACCACTGCTT" | ||
}, | ||
"named_random_segments": [ | ||
"UMI", | ||
"cDNA", | ||
"sample_index" | ||
], | ||
"coding_region": "cDNA", | ||
"annotation_segments": { | ||
"UMI": [ | ||
[ | ||
"ZU", | ||
"XU" | ||
], | ||
[ | ||
"XM", | ||
"XU" | ||
] | ||
], | ||
"sample_index": [ | ||
[ | ||
"id", | ||
"ip" | ||
] | ||
] | ||
}, | ||
"deprecated": false, | ||
"name": "bulk_10x5p" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"name": "mas_16+bulk_teloprimeV2", | ||
"description": "16-element MAS-ISO-seq array, Lexogen TeloPrime V2 kit", | ||
"array": { | ||
"description": "16-element MAS-ISO-seq array", | ||
"version": "3.0.0", | ||
"structure": [ | ||
"A", | ||
"B", | ||
"C", | ||
"D", | ||
"E", | ||
"F", | ||
"G", | ||
"H", | ||
"I", | ||
"J", | ||
"K", | ||
"L", | ||
"M", | ||
"N", | ||
"O", | ||
"P", | ||
"Q" | ||
], | ||
"adapters": { | ||
"A": "AGCTTACTTGTGAAGA", | ||
"B": "ACTTGTAAGCTGTCTA", | ||
"C": "ACTCTGTCAGGTCCGA", | ||
"D": "ACCTCCTCCTCCAGAA", | ||
"E": "AACCGGACACACTTAG", | ||
"F": "AGAGTCCAATTCGCAG", | ||
"G": "AATCAAGGCTTAACGG", | ||
"H": "ATGTTGAATCCTAGCG", | ||
"I": "AGTGCGTTGCGAATTG", | ||
"J": "AATTGCGTAGTTGGCC", | ||
"K": "ACACTTGGTCGCAATC", | ||
"L": "AGTAAGCCTTCGTGTC", | ||
"M": "ACCTAGATCAGAGCCT", | ||
"N": "AGGTATGCCGGTTAAG", | ||
"O": "AAGTCACCGGCACCTT", | ||
"P": "ATGAAGTGGCTCGAGA", | ||
"Q": "AGTAGCTGTGTGCA" | ||
}, | ||
"deprecated": false, | ||
"name": "mas_16" | ||
}, | ||
"cdna": { | ||
"description": "Lexogen TeloPrime V2 kit", | ||
"version": "3.0.0", | ||
"structure": [ | ||
"TPV2_adapter", | ||
"cDNA", | ||
"Poly_A", | ||
"idx", | ||
"rev_bind" | ||
], | ||
"adapters": { | ||
"TPV2_adapter": "CTACACGACGCTCTTCCGATCTTGGATTGATATGTAATACGACTCACTATAG", | ||
"cDNA": "random", | ||
"Poly_A": { | ||
"HomopolymerRepeat": [ | ||
"A", | ||
30 | ||
] | ||
}, | ||
"idx": { | ||
"FixedLengthRandomBases": 10 | ||
}, | ||
"rev_bind": "CTCTGCGTTGATACCACTGCTT" | ||
}, | ||
"named_random_segments": [ | ||
"idx", | ||
"cDNA" | ||
], | ||
"coding_region": "cDNA", | ||
"annotation_segments": { | ||
"idx": [ | ||
[ | ||
"BC", | ||
"XB" | ||
] | ||
] | ||
}, | ||
"deprecated": false, | ||
"name": "bulk_teloprimeV2" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"name": "mas_16+sc_10x3p", | ||
"description": "16-element MAS-ISO-seq array, single-cell 10x 3' kit", | ||
"array": { | ||
"description": "16-element MAS-ISO-seq array", | ||
"version": "3.0.0", | ||
"structure": [ | ||
"A", | ||
"B", | ||
"C", | ||
"D", | ||
"E", | ||
"F", | ||
"G", | ||
"H", | ||
"I", | ||
"J", | ||
"K", | ||
"L", | ||
"M", | ||
"N", | ||
"O", | ||
"P", | ||
"Q" | ||
], | ||
"adapters": { | ||
"A": "AGCTTACTTGTGAAGA", | ||
"B": "ACTTGTAAGCTGTCTA", | ||
"C": "ACTCTGTCAGGTCCGA", | ||
"D": "ACCTCCTCCTCCAGAA", | ||
"E": "AACCGGACACACTTAG", | ||
"F": "AGAGTCCAATTCGCAG", | ||
"G": "AATCAAGGCTTAACGG", | ||
"H": "ATGTTGAATCCTAGCG", | ||
"I": "AGTGCGTTGCGAATTG", | ||
"J": "AATTGCGTAGTTGGCC", | ||
"K": "ACACTTGGTCGCAATC", | ||
"L": "AGTAAGCCTTCGTGTC", | ||
"M": "ACCTAGATCAGAGCCT", | ||
"N": "AGGTATGCCGGTTAAG", | ||
"O": "AAGTCACCGGCACCTT", | ||
"P": "ATGAAGTGGCTCGAGA", | ||
"Q": "AGTAGCTGTGTGCA" | ||
}, | ||
"deprecated": false, | ||
"name": "mas_16" | ||
}, | ||
"cdna": { | ||
"description": "single-cell 10x 3' kit", | ||
"version": "3.0.0", | ||
"structure": [ | ||
"5p_Adapter", | ||
"CBC", | ||
"UMI", | ||
"Poly_T", | ||
"cDNA", | ||
"3p_Adapter" | ||
], | ||
"adapters": { | ||
"5p_Adapter": "TCTACACGACGCTCTTCCGATCT", | ||
"CBC": { | ||
"FixedLengthRandomBases": 16 | ||
}, | ||
"UMI": { | ||
"FixedLengthRandomBases": 12 | ||
}, | ||
"Poly_T": { | ||
"HomopolymerRepeat": [ | ||
"T", | ||
30 | ||
] | ||
}, | ||
"cDNA": "random", | ||
"3p_Adapter": "CCCATGTACTCTGCGTTGATACCACTGCTT" | ||
}, | ||
"named_random_segments": [ | ||
"CBC", | ||
"UMI", | ||
"cDNA" | ||
], | ||
"coding_region": "cDNA", | ||
"annotation_segments": { | ||
"UMI": [ | ||
[ | ||
"ZU", | ||
"XU" | ||
], | ||
[ | ||
"XM", | ||
"XU" | ||
] | ||
], | ||
"CBC": [ | ||
[ | ||
"CR", | ||
"XB" | ||
], | ||
[ | ||
"XC", | ||
"XB" | ||
] | ||
] | ||
}, | ||
"deprecated": false, | ||
"name": "sc_10x3p" | ||
} | ||
} | ||
|
Oops, something went wrong.