when trying:
python /pathtoscaffol-cuilder/scaffolr_builder.py -q myqry.fasta -r myref.fasta -p myprefix
or same but specifying paths to files, the software outputs once and again the usage part from the readme file, or today I am getting this:
/home/apps/python/python-2.7.3/bin/python: can't find '__main__' module in '/home/apps/scaffold-builder/scaffold-builder-2.1'
Any ideas?
Thanks
In whichever combination I provide the commandline it always exists with this error:
Usage:
python scaffold_builder.py -q query_contigs.fna -r reference_genome.fna -p output_prefix [-t] [-i] [-a] [-b]
and a bunch of command options. I am not sure where I am going wrong.