Description Usage Arguments Value Examples
The function extract_information_from_reference_genome
needs the file path to the formatted reference genome fasta-file
(in which one sequence is stored in one line; in the original fasta-file
there could be a line break after 80 characters) and extracts information
about the NC numbers, species, sequences and sequence lengths.
These information are stored as global variables for the simulation procedure afterwards.
1 2 3 | extract_information_from_reference_genome(
formatted.reference_genome_fasta.file_path
)
|
formatted.reference_genome_fasta.file_path |
File path to formatted reference genome fasta file |
None
1 | extract_information_from_reference_genome(formatted.reference_genome_fasta.file_path = file.choose()) # Path of formatted reference genome fasta file
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.