Dear all,
I am currently trying to align some reads using Eland (GAPipeline 1.5 via the ...standalone.pl) and I keep getting the following error code, no matter what reference I use. My suspicion lies on the formatting of the reads, but I can't narrow it down. The reads look like this:
@GRCh37:21:1:48129895:206#NNNNNN/1
CTGATAATCAGCAAAATATAAAGTAACAAGAATAC
+GRCh37:21:1:48129895:206#NNNNNN/1
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
@GRCh37:21:1:48129895:207#NNNNNN/1
CTCAAAATGTTTTAGCATCTTTCGGTAAAATTCTT
+GRCh37:21:1:48129895:207#NNNNNN/1
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
@GRCh37:21:1:48129895:208#NNNNNN/1
AGGAATCCATGCCTATAGGGTAAGATGTGGAAATT
+GRCh37:21:1:48129895:208#NNNNNN/1
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
@GRCh37:21:1:48129895:209#NNNNNN/1
GCAAATGCATAGTCTATGGCAGTTACCAGTGTAGC
+GRCh37:21:1:48129895:209#NNNNNN/1
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
and the output of Eland looks like this:
eland -if ~/Downloads/Ensembl_Homo_Sapiens_GRCh37.61.dna/Hg_elandReads.fastq -it fastq -eg Homo_sapiens.GRCh37.61.dna.chromosome.21.fa
$VAR1 = {
'read-length' => [
-1
],
'pair-params' => '--circular',
'pipeline-dir' => '/home/rboettcher/aligner/GAPipeline-1.5.0/bin/./..',
'input-file' => [
'/home/rboettcher/Downloads/Ensembl_Homo_Sapiens_GRCh37.61.dna/Hg_elandReads.fastq'
],
'seed-length' => [
-1
],
'output-prefix' => './reanalysis',
'base-quality' => 30,
'eland-genome' => 'Homo_sapiens.GRCh37.61.dna.chromosome.21.fa',
'input-type' => 'fastq'
};
/home/rboettcher/aligner/GAPipeline-1.5.0/bin/./ELAND_standalone.pl: single input-file specified, will do single read analysis
/home/rboettcher/aligner/GAPipeline-1.5.0/bin/./ELAND_standalone.pl: deduced read length of 35 for data in /home/rboettcher/Downloads/Ensembl_Homo_Sapiens_GRCh37.61.dna/Hg_elandReads.fastq
/home/rboettcher/aligner/GAPipeline-1.5.0/bin/./ELAND_standalone.pl: Setting seed length for ./reanalysis_eland_extended.txt to 32
/home/rboettcher/aligner/GAPipeline-1.5.0/bin/./ELAND_standalone.pl: About to run /home/rboettcher/aligner/GAPipeline-1.5.0/bin/./../bin/buildSeq.pl --fasta ./reanalysis_qseq.txt > ./reanalysis_eland_query.txt
Argument "" isn't numeric in sprintf at /home/rboettcher/aligner/GAPipeline-1.5.0/lib/perl/Gerald/Common.pm line 381, <GEN0> line 1.
=======================================================================
exit code: 2304
buildSeq using ./reanalysis_qseq.txt did not finish properly!
Exiting...
=======================================================================
Does anyone know how I could proceed / fix this problem?
Regards
I am currently trying to align some reads using Eland (GAPipeline 1.5 via the ...standalone.pl) and I keep getting the following error code, no matter what reference I use. My suspicion lies on the formatting of the reads, but I can't narrow it down. The reads look like this:
@GRCh37:21:1:48129895:206#NNNNNN/1
CTGATAATCAGCAAAATATAAAGTAACAAGAATAC
+GRCh37:21:1:48129895:206#NNNNNN/1
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
@GRCh37:21:1:48129895:207#NNNNNN/1
CTCAAAATGTTTTAGCATCTTTCGGTAAAATTCTT
+GRCh37:21:1:48129895:207#NNNNNN/1
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
@GRCh37:21:1:48129895:208#NNNNNN/1
AGGAATCCATGCCTATAGGGTAAGATGTGGAAATT
+GRCh37:21:1:48129895:208#NNNNNN/1
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
@GRCh37:21:1:48129895:209#NNNNNN/1
GCAAATGCATAGTCTATGGCAGTTACCAGTGTAGC
+GRCh37:21:1:48129895:209#NNNNNN/1
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
and the output of Eland looks like this:
eland -if ~/Downloads/Ensembl_Homo_Sapiens_GRCh37.61.dna/Hg_elandReads.fastq -it fastq -eg Homo_sapiens.GRCh37.61.dna.chromosome.21.fa
$VAR1 = {
'read-length' => [
-1
],
'pair-params' => '--circular',
'pipeline-dir' => '/home/rboettcher/aligner/GAPipeline-1.5.0/bin/./..',
'input-file' => [
'/home/rboettcher/Downloads/Ensembl_Homo_Sapiens_GRCh37.61.dna/Hg_elandReads.fastq'
],
'seed-length' => [
-1
],
'output-prefix' => './reanalysis',
'base-quality' => 30,
'eland-genome' => 'Homo_sapiens.GRCh37.61.dna.chromosome.21.fa',
'input-type' => 'fastq'
};
/home/rboettcher/aligner/GAPipeline-1.5.0/bin/./ELAND_standalone.pl: single input-file specified, will do single read analysis
/home/rboettcher/aligner/GAPipeline-1.5.0/bin/./ELAND_standalone.pl: deduced read length of 35 for data in /home/rboettcher/Downloads/Ensembl_Homo_Sapiens_GRCh37.61.dna/Hg_elandReads.fastq
/home/rboettcher/aligner/GAPipeline-1.5.0/bin/./ELAND_standalone.pl: Setting seed length for ./reanalysis_eland_extended.txt to 32
/home/rboettcher/aligner/GAPipeline-1.5.0/bin/./ELAND_standalone.pl: About to run /home/rboettcher/aligner/GAPipeline-1.5.0/bin/./../bin/buildSeq.pl --fasta ./reanalysis_qseq.txt > ./reanalysis_eland_query.txt
Argument "" isn't numeric in sprintf at /home/rboettcher/aligner/GAPipeline-1.5.0/lib/perl/Gerald/Common.pm line 381, <GEN0> line 1.
=======================================================================
exit code: 2304
buildSeq using ./reanalysis_qseq.txt did not finish properly!
Exiting...
=======================================================================
Does anyone know how I could proceed / fix this problem?
Regards
Comment