Hi to all of you, I'm trying to perform aling_and_estimate abundance and it show the following error message
CMD: set -o pipefail && bowtie -q --all --best --strata -m 300 --chunkmbs 512 -X 800 -S -p 4 /home/cmeneses/tomas/carpa/trinity_min_1000/Trinity.fasta.bowtie -1 /home/cmeneses/tomas/carpa/PVeranoPool_S1_L001_R1_001_N_a_90.fastq -2 /home/cmeneses/tomas/carpa/PVeranoPool_S1_L001_R2_001_N_a_90.fastq | samtools view -F 4 -S -b -o bowtie.bam -
Encountered a space parsing the quality string for read M01447:53:000000000-A85CC:1:2108:5717:20672 1:N:0:1
If this is a FASTQ file with integer (non-ASCII-encoded) qualities, please
re-run Bowtie with the --integer-quals option. If this is a FASTQ file with
alternate basecall information, please re-run Bowtie with the --fuzzy option.
terminate called after throwing an instance of 'int'
bash: line 1: 42703 Aborted (core dumped) bowtie -q --all --best --strata -m 300 --chunkmbs 512 -X 800 -S -p 4 /home/cmeneses/tomas/carpa/trinity_min_1000/Trinity.fasta.bowtie -1 /home/cmeneses/tomas/carpa/PVeranoPool_S1_L001_R1_001_N_a_90.fastq -2 /home/cmeneses/tomas/carpa/PVeranoPool_S1_L001_R2_001_N_a_90.fastq
42704 Done | samtools view -F 4 -S -b -o bowtie.bam -
Error, cmd: set -o pipefail && bowtie -q --all --best --strata -m 300 --chunkmbs 512 -X 800 -S -p 4 /home/cmeneses/tomas/carpa/trinity_min_1000/Trinity.fasta.bowtie -1 /home/cmeneses/tomas/carpa/PVeranoPool_S1_L001_R1_001_N_a_90.fastq -2 /home/cmeneses/tomas/carpa/PVeranoPool_S1_L001_R2_001_N_a_90.fastq | samtools view -F 4 -S -b -o bowtie.bam - died with ret: 34304 at /opt/trinityrnaseq-2.0.6/util/align_and_estimate_abundance.pl line 653.
Encountered a space parsing the quality string for read M01447:53:000000000-A85CC:1:2108:5717:20672 1:N:0:1
If this is a FASTQ file with integer (non-ASCII-encoded) qualities, please
re-run Bowtie with the --integer-quals option. If this is a FASTQ file with
alternate basecall information, please re-run Bowtie with the --fuzzy option.
terminate called after throwing an instance of 'int'
bash: line 1: 42703 Aborted (core dumped) bowtie -q --all --best --strata -m 300 --chunkmbs 512 -X 800 -S -p 4 /home/cmeneses/tomas/carpa/trinity_min_1000/Trinity.fasta.bowtie -1 /home/cmeneses/tomas/carpa/PVeranoPool_S1_L001_R1_001_N_a_90.fastq -2 /home/cmeneses/tomas/carpa/PVeranoPool_S1_L001_R2_001_N_a_90.fastq
42704 Done | samtools view -F 4 -S -b -o bowtie.bam -
Error, cmd: set -o pipefail && bowtie -q --all --best --strata -m 300 --chunkmbs 512 -X 800 -S -p 4 /home/cmeneses/tomas/carpa/trinity_min_1000/Trinity.fasta.bowtie -1 /home/cmeneses/tomas/carpa/PVeranoPool_S1_L001_R1_001_N_a_90.fastq -2 /home/cmeneses/tomas/carpa/PVeranoPool_S1_L001_R2_001_N_a_90.fastq | samtools view -F 4 -S -b -o bowtie.bam - died with ret: 34304 at /opt/trinityrnaseq-2.0.6/util/align_and_estimate_abundance.pl line 653.
Comment