-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reorganized json path and added new examples
- Loading branch information
Noe Fernandez Pozo
authored and
Noe Fernandez Pozo
committed
Dec 11, 2024
1 parent
4b9162e
commit bf4868d
Showing
37 changed files
with
259 additions
and
254 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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,52 @@ | ||
{ | ||
"Lab1": | ||
{ | ||
"group_name":"The Wall Lab", | ||
"people": | ||
[ | ||
{"person_name":"Daenerys Targaryen","position":"Principal Investigator","picture":"placeholder1.png","link":"person.php", | ||
"more_info":[ | ||
"phone: 555-123456", | ||
"email: [email protected]" | ||
] | ||
}, | ||
{"person_name":"John Snow","position":"Research Assistant","picture":"placeholder2.png","link":"person.php", | ||
"more_info":[ | ||
"phone: 555-123456", | ||
"email: [email protected]" | ||
] | ||
}, | ||
{"person_name":"White Walker","position":"PhD Student","picture":"placeholder1.png","link":"person.php", | ||
"more_info":[ | ||
"phone: 555-123456", | ||
"email: [email protected]" | ||
] | ||
} | ||
] | ||
}, | ||
"Lab2": | ||
{ | ||
"group_name":"Mordor Lab", | ||
"people": | ||
[ | ||
{"person_name":"Sauron","position":"Principal Investigator","picture":"placeholder2.png","link":"person.php", | ||
"more_info":[ | ||
"phone: 555-123456", | ||
"email: [email protected]" | ||
] | ||
}, | ||
{"person_name":"Uruk hai","position":"Research Assistant","picture":"placeholder1.png","link":"person.php", | ||
"more_info":[ | ||
"phone: 555-123456", | ||
"email: [email protected]" | ||
] | ||
}, | ||
{"person_name":"Orc","position":"PhD Student","picture":"placeholder2.png","link":"person.php", | ||
"more_info":[ | ||
"phone: 555-123456", | ||
"email: [email protected]" | ||
] | ||
} | ||
] | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 @@ | ||
{"link":"https://peatmoss.plantcode.cup.uni-freiburg.de/ppatens_db/pp_annot.php?name=query_id"} |
File renamed without changes.
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,17 @@ | ||
{ | ||
"gene_names_file":"gene_names.txt", | ||
"gff_file":"gene_models.gff.gz", | ||
"jb_data_folder":"easy_gdb_sample", | ||
"passport_folder":"passport_folder", | ||
"chr_files": | ||
{ | ||
"chr1":"chr1.ann.vcf.gz", | ||
"chr2":"chr2.ann.vcf.gz", | ||
"chr3":"chr3.ann.vcf.gz", | ||
"chr4":"chr4.ann.vcf.gz", | ||
"chr5":"chr5.ann.vcf.gz", | ||
"chr6":"chr6.ann.vcf.gz", | ||
"chr7":"chr7.ann.vcf.gz", | ||
"chr8":"chr8.ann.vcf.gz" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.