gencorefacility / reform

Modify existing reference fasta and gff3/gtf files to include a new sequence
29 stars 5 forks source link

Added parameter for output directory #6

Open genericdata opened 5 years ago

mohammedkhalfan commented 2 years ago

Should the default for the new parameter, output_dir, be an empty string instead of None? Because you perform string concatenation with this parameter and you can't cat a string and a NoneType object.