edgraham / BinSanity

Unsupervised Clustering of Environmental Microbial Assemblies Using Coverage and Affinity Propagation
GNU General Public License v3.0
29 stars 14 forks source link

utils scripts :: TabError: inconsistent use of tabs and spaces in indentation #50

Closed EricDeveaud closed 4 years ago

EricDeveaud commented 4 years ago

Hello,

scripts form the utilsdirectory contains mixed tab and sapces as indentation. that genrate an error

bin_evaluation
concat
get-ids
simplify-fasta
transform-coverage-profile

regards

Eric

edgraham commented 4 years ago

Those scripts hadn't yet been tested in python3 which is why you were getting the error. It is repaired now and they all work based on my tests.