-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi there,
I was just trying to run FLAS but seem to have problems on my Ubuntu 16.04 system.
As stated in the README i tried:
FLAS input.fasta
but absolutely nothing happens (immediately it finished without an error message or any other message or output).
so I tried the python script:
python3 /opt/FLAS/runFLAS.py PacBio.fastq.gz β 1
File "/opt/FLAS/runFLAS.py", line 109
bronkerbosch1_command = 'bronkerbosch.py ' + temp_dir + '/step1/' + 'allreads.fasta.m4 ' + temp_dir + '/step1/' + 'clique1.txt ' + temp_dir + '/step1/' + 'edge1.txt ' + str(args.c)
^
TabError: inconsistent use of tabs and spaces in indentation
Same when running on the fasta python3 /opt/FLAS/runFLAS.py PacBio.fasta
I would appreciate any hint what this error might mean and how to fix it.
Also, it would be helpful if FLAS would have a .h (help) option), perhaps also a test dataset to see if the application works or not and a little information what the parameters mean. I also was not sure whether the input could be gzipped or has to be unzipped fasta.
Cheers
Eckart