Dear Alex,
Thank you for STAR, I am becoming a real fan of your program and am currently using it for alignment of my RNA-seq samples.
My latest try to use STAR unfortunately did not finish well, as it seems that the program is getting stuck. The settings I use are the following:
STAR
--genomeDir /home/rboettcher/bin/STAR-STAR_2.4.0f1/genomes/hg19/
--readFilesIn sample_1P.fastq.gz sample_2P.fastq.gz
--runThreadN 12
--chimSegmentMin 15
--outReadsUnmapped Fastx
--readFilesCommand zcat
--outSAMtype BAM SortedByCoordinate;
and the only output I get is:
sh: 1: Syntax error: Bad fd number
after which I have no other notifications are printed and I have to cancel the run. The system I am running STAR on is a Dell workstation with Ubuntu 12.04 (Kernel 3.2.0-70) 2 Xeon hexacores and 128GB RAM. I used the same STAR version to index hg19 which worked fine, and I am using Trimmomatic for adapter removal prior to alignment.
When Googling the error I came across some posts mentioning that the shebang before some bash code might be set to !#/bin/sh instead of !#bin/bash, which could cause Ubuntu to use the standard dash instead of bash. Maybe this helps to tackle this issue.
Best,
René