parallelLastz icon indicating copy to clipboard operation
parallelLastz copied to clipboard

getting the same message as --help every time

Open bbista opened this issue 3 years ago • 1 comments

Hello,

I keep getting this message every time I try to run this:

                   _ _      _   __           _

_ __ __ _ _ __ __ | | | | | / / __ _ | | ____ | ' \ / | '__/ _ | | |/ _ \ |/ / / ` / __| _| / | |) | (| | | | (| | | | / / /| (| _ \ | / / | .__/ _,|| _,|||_|_/_,|/_/|v0.1 || parallelLastz: Run lastz jobs in parallel Contact: [email protected] for support

parallelLastz 0.1

Usage: /work/GGA_circos/maskedgenome/parallelLastz/parallelLastz.pl --qfile <> --tfile <> --cfile <> --speedup <#>

Options: --qfile|-q query multifasta/fasta file --tfile|-t target genome file --cfile|-c config file --speedup|-s number of core to use --length|-l length below this is ignored --unmask|-u unmask the lowercase in t and q file --wipe|-w wipe out the intermediate files --help|-h brief help message

The command I am using is:

perl /work/GGA_circos/maskedgenome/parallelLastz/parallelLastz.pl -q /work/GGA_circos/maskedgenome/parallelLastz/testDATA/qsample1.fa -t /work/GGA_circos/maskedgenome/parallelLastz/testDATA/tsample.fa -c /work/GGA_circos/maskedgenome/parallelLastz/conf --speedup 36

I am not sure what is wrong.

Any help is greatly appreciated.

Best, Basanta

bbista avatar Feb 22 '23 03:02 bbista

Hi @bbista Thanks for the update. There appears to be an issue with flags. I will fix it...

Try this: perl parallelLastz.pl -q testDATA/qsample1.fa -t testDATA/tsample.fa -c conf -s 4 -w -l 10

jnarayan81 avatar Mar 16 '23 17:03 jnarayan81