![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mapping using STAR and Bowtie | boro2014 | Bioinformatics | 1 | 04-13-2018 09:10 AM |
STAR mapping error | Him26 | Bioinformatics | 2 | 03-09-2016 04:17 PM |
different read lengths in rna-star | frymor | Bioinformatics | 0 | 08-17-2015 12:07 AM |
STAR Mapping taking too long | mtiwaridros | RNA Sequencing | 1 | 05-02-2014 09:26 AM |
STAR multi-mapping | id0 | Bioinformatics | 1 | 03-28-2014 08:41 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Italy Join Date: Jul 2017
Posts: 34
|
![]()
Hello everybody,
I kindly need your help again ... I want to map my reads on the genome using STAR but for some reason I get an error that I don't know how to solve When I type the command line here is what I get: Code:
Patrizios-MBP:processing patrizio$ STAR --genomeDir genome/star/ --runThreadN 4 --readFilesIn clipped/SRR359063_1.fastq.zip clipped/ SRR359063_2.fastq.zip --outFileNamePrefix mapping/star/SRR359063. --outSAMattributes All --outSAMtype BAM SortedByCoordinate --readFileCommand gunzip SOLUTION: use correct parameter name (check the manual) Feb 19 18:49:56 ...... FATAL ERROR, exiting[/B] I also tried to process unzipped files and remove the command to execute each single input file --readFileCommand, but still I can't go further, I have a MacOs terminal, thank you Patrizio Last edited by GenoMax; 02-19-2019 at 10:16 AM. Reason: Added [code] tags |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,087
|
![]()
STAR requires a lot of RAM depending on genome size. e.g. human genome will need ~30G of free RAM which you may not have available on your Mac. If that is true, you will not be able to do this on your local mac.
|
![]() |
![]() |
![]() |
#3 |
Member
Location: Italy Join Date: Jul 2017
Posts: 34
|
![]()
Do you think that this is the reason why I have this error? this is a nematode genome so I thought the process would have been faster than human
I will scan the command, I found an error probably I didn't type correctly the command later I will also try with topHat, it should be feasible because requires less RAM thank you Last edited by NDUFB11; 02-19-2019 at 10:07 AM. |
![]() |
![]() |
![]() |
#4 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,087
|
![]()
Oops. I should have looked at the error carefully. You are correct.
Edit: Found the problem. You have a space between clipped and file name here (clipped/ SRR359063_2.fastq.zip ). Remove that. |
![]() |
![]() |
![]() |
#5 |
Member
Location: Italy Join Date: Jul 2017
Posts: 34
|
![]()
It's working
![]() ![]() ![]() have a look Code:
Patrizios-MBP:processing patrizio$ STAR --genomeDir genome/star/ --runThreadN 4 --readFilesIn clipped/SRR359063_1.fastq clipped/SRR359063_2.fastq --outFileNamePrefix mapping/star/SRR359063. --outSAMattributes All --outSAMtype BAM SortedByCoordinate Feb 19 19:22:44 ..... started STAR run Feb 19 19:22:44 ..... loading genome Feb 19 19:22:49 ..... started mapping Feb 19 19:23:50 ..... finished mapping Feb 19 19:23:50 ..... started sorting BAM Feb 19 19:23:54 ..... finished successfully Patrizios-MBP:processing patrizio$ Thank you GenoMax ![]() at some point I will ship a bottle of wine to you ![]() -P Last edited by GenoMax; 02-19-2019 at 10:33 AM. Reason: Added [code] tags |
![]() |
![]() |
![]() |
#6 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,087
|
![]()
Looks good!
|
![]() |
![]() |
![]() |
#7 |
Junior Member
Location: Philadelphia Join Date: Feb 2019
Posts: 2
|
![]()
Just a quick comment-- STAR does come with RAM limiting arguments: --limitGenomeGenerateRAM, --limitIObufferSize , --genomeSAsparseD
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|