Skip to content

RageAgainstTheMachine101/Homework_1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Homework_1

Generate a random DNA sequences. You can tune sequence size (min\max) and quantity.

##No installation!

##QUICK START: python gen_random_seq.py -h python gen_random_seq.py -o test

##Full usage

*type: python gen_random_seq.py -h

*out: Random sequences (DNA) generator

optional arguments:
  -h, --help            show this help message and exit
  -t Int, --total_seqs Int
                        Number of sequences
  -m Int, --min_seq_size Int
                        Minimum sequence(s) size
  -M Int, --max_seq_size Int
                        Maximum sequence(s) size
  -o FILE, --output FILE
                        Resulted file name without extension

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%