I hereby claim:
- I am max-l on github.
- I am maxxou (https://keybase.io/maxxou) on keybase.
- I have a public key ASAYH2EmCIrKnllCDZ9VLy38xpGw9GMZL4OYUY88KvduGgo
To claim this, I am signing this object:
with subprocess.Popen( | |
cmd, | |
stdout=subprocess.PIPE, | |
stderr=subprocess.PIPE, | |
shell=True, | |
text=True | |
) as p: | |
p.wait() | |
if p.returncode != 0: |
def group_snp(): | |
for gene, grp in itt.groupby(gene_snps_grp, key=lambda x: x['gene']): | |
if gene in gene_lenghts: | |
yield gene, len(list(grp)) * 1000 / gene_lenghts[gene] | |
# possibilité 1: création de dictinnaire à partir d'un générateur de tuple2 | |
gene_snp_rate = dict(group_snp()) |
I hereby claim:
To claim this, I am signing this object:
license: mit |
license: mit |
license: mit |
license: mit |
license: mit |
license: mit |
license: mit |