pls2fasta not generating output
0
0
Entering edit mode
6.0 years ago
jpummil • 0

pls2fasta appears to be installed and functional, but I get no output when I run the tool against bax.h5 data...

jpummil ~-->ls -lh m16*
-rw-r--r-- 1 jpummil jpummil 6.3G May 10 10:17 m160926_204330_42238_c101113852550000001823244005011790_s1_p0.1.bax.h5
-rw-r--r-- 1 jpummil jpummil 8.6K May 10 11:17 m160926_204330_42238_c101113852550000001823244005011790_s1_p0.1.xfer.xml
-rw-r--r-- 1 jpummil jpummil 1.4G May 10 11:44 m160926_204330_42238_c101113852550000001823244005011790_s1_p0.2.bax.h5
-rw-r--r-- 1 jpummil jpummil 5.1K May 10 11:17 m160926_204330_42238_c101113852550000001823244005011790_s1_p0.2.xfer.xml
-rw-r--r-- 1 jpummil jpummil 6.2G May 10 10:22 m160926_204330_42238_c101113852550000001823244005011790_s1_p0.3.bax.h5
-rw-r--r-- 1 jpummil jpummil 5.1K May 10 11:17 m160926_204330_42238_c101113852550000001823244005011790_s1_p0.3.xfer.xml
-rw-r--r-- 1 jpummil jpummil 4.0K May 10 11:17 m160926_204330_42238_c101113852550000001823244005011790_s1_p0.metadata.xml

Run as follows:

jpummil ~-->pls2fasta *bax.h5 out.fastq -trimByRegion -fastq

No output generated...

Anything obvious I'm doing wrong???

software error • 1.0k views
ADD COMMENT
0
Entering edit mode

Have you tried using one bax.h5 file at one time?

Edit: I think you may need to create a file list (file of file names, *.fofn) to do multiple files at one time.

    $ ls *.bax.h5 > input.fofn
    $ cat input.fofn
    m160926_204330_42238_c101113852550000001823244005011790_s1_p0.1.bax.h5
    m160926_204330_42238_c101113852550000001823244005011790_s1_p0.2.bax.h5
    m160926_204330_42238_c101113852550000001823244005011790_s1_p0.3.bax.h5
    $ pls2fasta input.fofn out.fastq -trimByRegion -fastq
ADD REPLY
0
Entering edit mode

Hey genomax! Thanks for the tip. It returns a different error...

jpummil ~-->pls2fasta input.fofn out.fastq -trimByRegion -fastq
[INFO] 2018-05-10T12:25:36 [pls2fasta] started.
ERROR, could not get the minimum and maximum hole numbers from ZMW HoleNumbers.
ADD REPLY
0
Entering edit mode

No idea about that one. Perhaps someone else will know.

ADD REPLY

Login before adding your answer.

Traffic: 2027 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