Replies: 1 comment
-
|
Hi Priya, this is more suitable as an Issue than Discussion. If this does not help, please grep this read with grep -A3 from both files into R1.fq and R2. fq, and try to map just the resulting files. Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have been trying to run star on mouse RNAseq paired end samples. The first time I ran the following command and I got an error.
Command
STAR --runThreadN 16 --genomeDir /repositories/mm10 --readFilesIn /Data/File_1.fq /Data/File2_2.fq --outFilterType BySJout --outFilterMultimapNmax 20 --alignSJoverhangMin 8 --alignSJDBoverhangMin 1 --outFilterMismatchNmax 999 --outFilterMismatchNoverLmax 0.6 --alignIntronMin 20 --alignIntronMax 1000000 --alignMatesGapMax 1000000 --outSAMattributes NH HI NM MD --outSAMtype BAM SortedByCoordinate --outFileNamePrefix Test_1
Error: "EXITING because of FATAL ERROR in reads input: short read sequence line: 0"
Read Name=@A00685:109:HVW3JDMXX:1:1101:14226:1329
Read Sequence====
DEF_readNameLengthMax=50000
DEF_readSeqLengthMax=650
Final output:
Started job on | Apr 30 10:33:06
Started mapping on | Apr 30 10:33:23
Finished on | Apr 30 10:36:44
Mapping speed, Million of reads per hour | 847.75
After reading old posts, I tried to play with some filters but the uniquely mapped reads stayed 0%, whereas multiple mapped reads became 99%
--outFilterMismatchNoverLmax 0.3 --outFilterScoreMinOverLread 0 --outFilterMatchNminOverLread 0
Started job on | Apr 30 11:31:00
Started mapping on | Apr 30 11:31:31
Finished on | Apr 30 11:40:29
Mapping speed, Million of reads per hour | 316.72
I have used original fastq files before adapter trimming and after adapter trimming and still had the same error. I have tried running STAR only in single end mode and it still didn't work.
This is the output when I grep the fastq file:
grep -A10 ^@A00685:109:HVW3JDMXX:1:1101:14226:1329 File.fastq
@A00685:109:HVW3JDMXX:1:1101:14226:1329 1:N:0:CCGCGGTT+CTAGCGCT
GATCGGAAGAGCACACGTCTGAACTCCAGTCACCCGCGGTTATCGCGTATGCCGTCTTCTGCTTGAAGATGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
+
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF:FFFFFFFFFFF:,:FF:F:F::FFFF,::,::,::,,,,,::FF:F:FFFFFFFFFFFFFFFFFFFFFF
@A00685:109:HVW3JDMXX:1:1101:16468:1329 1:N:0:CCGCGGTT+CTAGCGCT
GTCCCAGAGACAGGACTCCGGCCATCAGACTTGGAAGCCAGCACCTCTACCAGCTGAATCATCTTGCCTGCCTTAAAGTGAATTTCCTTAAGAGGGAGAAT
+
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF:FF
@A00685:109:HVW3JDMXX:1:1101:16721:1329 1:N:0:CCGCGGTT+CTAGCGCT
TGGTAAGGCTTTCTGTGAAAAACACAAATTCCGGAACTTCATAGCTCATTAGTGTTGCTTTCTTCTAAATGAACAGCCTTCTGTGAGCCTGGCTTTTCCTC
+
Any pointers in this direction will be very helpful to me. Thank you very much.
Cheers,
Priya
Beta Was this translation helpful? Give feedback.
All reactions