Mercurial > repos > abims-sbr > mutcount
diff scripts/S02b_study_seq_composition_nuc.py @ 7:f1e24200e5ae draft
planemo upload for repository htpps://github.com/abims-sbr/adaptearch commit b7a3030ea134b5dfad89b1a869db659d72d1145c
| author | abims-sbr |
|---|---|
| date | Wed, 28 Feb 2018 10:39:41 -0500 |
| parents | 0ba551449008 |
| children | 04a9ada73cc4 |
line wrap: on
line diff
--- a/scripts/S02b_study_seq_composition_nuc.py Wed Feb 28 06:06:14 2018 -0500 +++ b/scripts/S02b_study_seq_composition_nuc.py Wed Feb 28 10:39:41 2018 -0500 @@ -4,7 +4,7 @@ ## Last Version : 12/2017 by Victor Mataigne ## Object: Test for compositional bias in genome and proteome as marker of thermal adaptation (comparison between 2 "hot" species: Ap and Ps and one "cold" species: Pg) -import sys,os,shutil,subprocess, string +import sys,os,shutil,subprocess, string, itertools from functions import simplify_fasta_name, dico ##################
