kmergenie show nothing
1
0
Entering edit mode
5.1 years ago
[zhangmj@node28 ~]$ [zhangmj@node28 ~]$ [zhangmj@node28 ~]$ kmergenie /pub4/zhuy/Taxus/0.data/dealdata/IS350_*_trim.*.f                         q.gz  -o ./result_haploid/haploid -l 15 -k 105 -s 10 -t 4 -e 200M  > haploid.log1.txt
    --one-pass   skip the second pass to estimate k at 2 bp resolution (default: two passes)
    -k <value>   largest k-mer size to consider (default: 121)
    -l <value>   smallest k-mer size to consider (default: 15)
    -s <value>   interval between consecutive kmer sizes (default: 10)
    -e <value>   k-mer sampling value (default: auto-detected to use ~200 MB memory/thread)
    -t <value>   number of threads (default: number of cores minus one)
    -o <prefix>  prefix of the output files (default: histograms)
    --debug      developer output of R scripts
[zhangmj@node28 ~]$ result_haploid
-bash: result_haploid: command not found

what is the problem? Does anyone know?

Assembly • 710 views
ADD COMMENT
0
Entering edit mode
5.1 years ago

It looks like you're trying to make a text file then look at it? If your text file is haploid.log1.txt, then use less, or cat:

less haploid.log1.txt 

to view it.

ADD COMMENT

Login before adding your answer.

Traffic: 3230 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6