# Welcome to the Narrative
from IPython.display import IFrame
IFrame("https://www.kbase.us/narrative-welcome-cell/", width="100%", height="300px")
Chromosomal DNA of bacterium isolated from fermented cider (originally named m74) was sequenced on an Illumina NovaSeq platform 2x150bp. Raw paired end reads were trimmed and processed with BBDUK v39.01. Trimmed FASTQ files were uploaded to the KBase narrative. Within KBase, the paired-end reads were assembled using SPAdes v3.15.3 (output data file m74_SPAdes.Assembly). Completeness was evaluated with CheckM v1.0.18. The assembled genome was annotated using RAStk v1.073 (output data file m74_RAStkgenomeassembly). Comparison of the isolate genome to other available genomes was performed two ways. The InsertGenomeIntoSpeciesTree function placed the isolate in the same clade as Bacillus indicus (later renamed Metabacillus indicus). FastANI was then used to compare the average nucleotide identity of isolate (m74) to 3 available strains of Metabacillus indicus (ASM70993v2, ASM70875v2, 4-1317).
from biokbase.narrative.jobs.appmanager import AppManager
AppManager().run_app_batch(
[{
"app_id": "kb_uploadmethods/import_fastq_noninterleaved_as_reads_from_staging",
"tag": "release",
"version": "5b9346463df88a422ff5d4f4cba421679f63c73f",
"params": [{
"fastq_fwd_staging_file_name": "m74_ab_CP05131_R1_001.fastq",
"fastq_rev_staging_file_name": "m74_ab_CP05131_R2_001.fastq",
"name": "m74_rawdata"
}],
"shared_params": {
"sequencing_tech": "Illumina",
"single_genome": 1,
"read_orientation_outward": 0,
"insert_size_std_dev": None,
"insert_size_mean": None
}
}],
cell_id="e4aede4c-9f87-4a51-a805-5808d0f60ccf",
run_id="649549bb-1123-46e9-87fa-578c52991086"
)