guma44 / GEOparse

Python library to access Gene Expression Omnibus Database (GEO)
BSD 3-Clause "New" or "Revised" License
137 stars 51 forks source link

gsm2fastq: allow for dynamic allocation of threads #57

Closed Maarten-vd-Sande closed 5 years ago

Maarten-vd-Sande commented 5 years ago

I added the -j argument to modify the amount of threads started for the fastq dump in the gsm2fastq (still defaults to 4).

Also I added an extra whiteline in compliance with PEP8