-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add metagenome json file && cover the missing line
- Loading branch information
Showing
3 changed files
with
90 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"contig_ids": [ | ||
"Ga0065724_100001" | ||
], | ||
"contig_lengths": [ | ||
538871 | ||
], | ||
"dna_size": 538871, | ||
"domain": "Eukaryota", | ||
"environment": null, | ||
"external_source_origination_date": null, | ||
"feature_counts": { | ||
"CDS": 20, | ||
"gene": 20, | ||
"non_coding_features": 0, | ||
"protein_encoding_gene": 20 | ||
}, | ||
"features_handle_ref": "KBH_736245", | ||
"gc_content": 0.64469, | ||
"genetic_code": 1, | ||
"genome_type": "Metagenome", | ||
"gff_handle_ref": "KBH_736244", | ||
"id": "MyMetagenome", | ||
"md5": "e2ccbd5a9bed0148015bd6b784e3c1c3", | ||
"molecule_type": "SingleLetterAlphabet", | ||
"notes": null, | ||
"num_contigs": 1, | ||
"num_features": 40, | ||
"ontologies_present": {}, | ||
"ontology_events": [ | ||
{ | ||
"id": "GO", | ||
"method": "GenomeFileUtils Genbank uploader from annotations", | ||
"method_version": "0.11.7", | ||
"ontology_ref": "KBaseOntology/gene_ontology", | ||
"timestamp": "2024_09_05_06_45_31" | ||
} | ||
], | ||
"original_source_file_name": null, | ||
"protein_handle_ref": "KBH_736243", | ||
"publications": [], | ||
"scientific_name": "Arabidopsis thaliana", | ||
"source": "GFF", | ||
"source_id": "unknown", | ||
"suspect": 1, | ||
"taxon_assignments": { | ||
"ncbi": "3702" | ||
}, | ||
"taxonomy": "cellular organisms; Eukaryota; Viridiplantae; Streptophyta; Streptophytina; Embryophyta; Tracheophyta; Euphyllophyta; Spermatophyta; Magnoliopsida; Mesangiospermae; eudicotyledons; Gunneridae; Pentapetalae; rosids; malvids; Brassicales; Brassicaceae; Camelineae; Arabidopsis", | ||
"warnings": [ | ||
"SUSPECT: This genome has 20 genes that needed to be spoofed for existing parentless CDS." | ||
] | ||
} |
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