Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STAR alignment for multiple lane fastq #31

Open
Pitithat-pu opened this issue May 28, 2018 · 1 comment
Open

STAR alignment for multiple lane fastq #31

Pitithat-pu opened this issue May 28, 2018 · 1 comment

Comments

@Pitithat-pu
Copy link

Pitithat-pu commented May 28, 2018

Hi Developers,
I ran into a problem regarding STAR alignment using multiple lane fastqs.
Given input readindex file contain as follows
sample1 run1 path_to_file/mRNA_L005_R1_001_val_1.fq.gz fastq FqRd1
sample1 run1 path_to_file/mRNA_L005_R2_001_val_2.fq.gz fastq FqRd2
sample1 run1 path_to_file/mRNA_L006_R1_001_val_1.fq.gz fastq FqRd1
sample1 run1 path_to_file/mRNA_L006_R2_001_val_2.fq.gz fastq FqRd2

Here is the command generated by nf
STAR --runThreadN 1 --genomeDir hs38 --readFilesIn mRNA_L005_R1_001_val_1.fq.gz mRNA_L006_R1_001_val_1.fq.gz mRNA_L005_R2_001_val_2.fq.gz mRNA_L006_R2_001_val_2.fq.gz --outSAMunmapped Within --outFilterType BySJout --outSAMattributes NH HI AS NM MD --outFilterMultimapNmax 10 --outFilterMismatchNmax 999 --outFilterMismatchNoverReadLmax 0.04 --alignIntronMin 20 --alignIntronMax 1000000 --alignMatesGapMax 1000000 --alignSJoverhangMin 8 --alignSJDBoverhangMin 1 --readFilesCommand pigz -p1 -dc --outSAMtype BAM Unsorted --outStd BAM_Unsorted --quantMode TranscriptomeSAM --outSAMattrRGline ID:run140212_SN758_0152_BC3ETGACXX PU:run140212_SN758_0152_BC3ETGACXX SM:41_Hf02_LiHe_Ct_replicate1 | samtools sort -@ 0.5 -m 536870912 - run140212_SN758_0152_BC3ETGACXX_m4_n10_toGenome

I found that the mapping process is not actually running even though the workflow tell nothing wrong. Actually the workflow didn't run anything.

I am asking whether it's possible to change how to supply mapping process for STAR through --readFilesIn by same way shown here. With comma separates different lanes.

Looking forward to your response

@emi80
Copy link
Member

emi80 commented May 31, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants