Skip to content

Perl scripts that interact with the ENV relational database structure, loading, retrieving, etc

License

Notifications You must be signed in to change notification settings

wichne/ENVscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENVscripts

Perl scripts that interact with the ENV relational database structure, loading, retrieving, etc

To load a genome:

  1. First make a sequence_set entry $ for f in *.gtf; do g=${f/.gtf/}; echo "insert into sequence_sets (name, description, is_current) values ("$g", "Neisseria $g", 1)"; done | runsql -D Neisseria -P RenMan

  2. Load the genome fasta file.

About

Perl scripts that interact with the ENV relational database structure, loading, retrieving, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published