I tried
bowtie2 --threads 10 -x Reference/Bowtie2/homosapiens -1 trimOutput/lc_good_1.fastq -2 trimOutput/lc_good_2.fastq -S alignmentOutput/lc.bowtie.sam
and still got
Error reading _ebwt[] array: no more data
Error: Encountered internal Bowtie 2 exception (#1)
Command: /cm/shared/apps/bowtie2/2.4.2/bin/../src/bowtie2-2.4.2/bowtie2-align-s --wrapper basic-0 --threads 10 -x Reference/Bowtie2/homosapiens -S alignmentOutput/lc.bowtie.sam -1 trimOutput/lc_good_1.fastq -2 trimOutput/lc_good_2.fastq
(ERR): bowtie2-align exited with value 1
Tried
bowtie2 --threads 10 -x Reference/Bowtie2/homosapiens -1 trimOutput/lc_good_1.fastq -2 trimOutput/lc_good_2.fastq | samtools sort -o alignment.bam -
And got
Error reading _ebwt[] array: no more data
Error: Encountered internal Bowtie 2 exception (#1)
Command: /cm/shared/apps/bowtie2/2.4.2/bin/../src/bowtie2-2.4.2/bowtie2-align-s --wrapper basic-0 --threads 10 -x Reference/Bowtie2/homosapiens -1 trimOutput/lc_good_1.fastq -2 trimOutput/lc_good_2.fastq
(ERR): bowtie2-align exited with value 1
samtools sort: failed to read header from "-"
Also tried without the "-" at the end of the command, but didn't change anything.