You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to specify the minimap2 parameter '--junc_bed' with a bed file of splice annotations to ensure the correct splice sites are mapped around my gene of interest, which is something that has worked well outside of this workflow.
My code looks like this: nextflow run /home/lmf1u23/.nextflow/assets/epi2me-labs/wf-transcriptomes -resume --disable_ping true -profile apptainer -c /home/lmf1u23/nextflowa100_transcript.config --fastq ./FASTQ/CRA62.fastq --sample CRA62 --transcriptome_source reference-guided --ref_genome ./GCA_000001405.15_GRCh38_no_alt_analysis_set.fa --ref_annotation ./gencode.v41.annotations.gtf --out_dir ./CRA62/splice/ -with-apptainer ./epi2me.3 --cdna_kit SQK-PCS111 --pychopper_opts '-Q 5' --minimap2_opts '--junc_bed /home/lmf1u23/spliceannotations.bed' --min_feature_expr 2
But I keep getting an error at the pipeline:reference_assembly:map_reads step: [ERROR] unknown option in "--junc_bed"
Am I using it incorrectly or is this parameter not applicable for the epi2me wf?
The text was updated successfully, but these errors were encountered:
Thanks for letting us know, that is interesting. Could you let me know which minimap2 version you have locally? It might be that we need to update it in the workflow? minimap2 --version
Ask away!
Hi, I'm trying to specify the minimap2 parameter '--junc_bed' with a bed file of splice annotations to ensure the correct splice sites are mapped around my gene of interest, which is something that has worked well outside of this workflow.
My code looks like this:
nextflow run /home/lmf1u23/.nextflow/assets/epi2me-labs/wf-transcriptomes -resume --disable_ping true -profile apptainer -c /home/lmf1u23/nextflowa100_transcript.config --fastq ./FASTQ/CRA62.fastq --sample CRA62 --transcriptome_source reference-guided --ref_genome ./GCA_000001405.15_GRCh38_no_alt_analysis_set.fa --ref_annotation ./gencode.v41.annotations.gtf --out_dir ./CRA62/splice/ -with-apptainer ./epi2me.3 --cdna_kit SQK-PCS111 --pychopper_opts '-Q 5' --minimap2_opts '--junc_bed /home/lmf1u23/spliceannotations.bed' --min_feature_expr 2
But I keep getting an error at the pipeline:reference_assembly:map_reads step: [ERROR] unknown option in "--junc_bed"
Am I using it incorrectly or is this parameter not applicable for the epi2me wf?
The text was updated successfully, but these errors were encountered: