Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The aim of this work is to design a DNA sequence generator. In this version, you will save the generated sequences in a SqLite3 database.
The aim of this work is to design a DNA sequence generator. In this version, you will save the generated sequences in a SqLite3 database. List of command line options : -sizeSequences: integer. Size of sequences -nbSequences: integer. Number of sequences to generate -SpeciesName: string. Format of the species name. A counter will be used for each sequence. -help: display the help. Description of the different options. -liste: Display the list of identifiers for each set of sequences. -view: sequencesId. Display the sequence in Phylip format on the screen. When starting your script (generateur-sequences.py), the following information should appear: - name of the program, - program description, - author, - date, - program version Structure of the table to be used id_sequence is a unique identifier for the entire sequence set. Important - I provide a python script generator-sequences.py. - You have to create a generator.py script that will be imported. - Each function in your file must have a maximum of 10 lines. - The command line arguments must be validated. - You can only import os, random.randint, sqlite3 and datetime Examples
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started