We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
light_class_input.py
scripts/light_class_input.py expects two bam files -- one each for R1 and R2
scripts/light_class_input.py
python3 scripts/light_class_input.py --outpath /oak/stanford/groups/horence/Roozbeh/single_cell_project/output/mouse_brain_PNAS_Tasic_2018/SRR7311317/ --gtf /oak/stanford/groups/horence/Roozbeh/single_cell_project/SICILIAN_references/mouse/refseq_GRCm38.p6/GCF_000001635.26_GRCm38.p6_genomic.gtf --annotator /oak/stanford/groups/horence/Roozbeh/single_cell_project/SICILIAN_references/mouse/refseq_GRCm38.p6/refseq_mm10.p6.pkl --bams /oak/stanford/groups/horence/Roozbeh/single_cell_project/output/mouse_brain_PNAS_Tasic_2018/SRR7311317/1Aligned.out.bam /oak/stanford/groups/horence/Roozbeh/single_cell_project/output/mouse_brain_PNAS_Tasic_2018/SRR7311317/2Aligned.out.bam --paired
I have checked the following places for your error:
Steps to reproduce the behaviour:
Have you provided the following extra information/files:
.nextflow.log
The text was updated successfully, but these errors were encountered:
Need to split R1 and R2 into separate bam files: #11 in STAR_ALIGN process
This is the code to add:
mv ${prefix}.Aligned.out.bam original.bam samtools view -hbf 64 original.bam > ${prefix}.R1.Aligned.out.bam samtools view -hbf 128 original.bam > ${prefix}.R2.Aligned.out.bam
Sorry, something went wrong.
No branches or pull requests
scripts/light_class_input.py
expects two bam files -- one each for R1 and R2Check Documentation
I have checked the following places for your error:
Description of the bug
Steps to reproduce
Steps to reproduce the behaviour:
Expected behaviour
Log files
Have you provided the following extra information/files:
.nextflow.log
fileSystem
Nextflow Installation
Container engine
Additional context
The text was updated successfully, but these errors were encountered: