More posts like this
-
NF core rna-seq pipeline
written by rajdeepboral00 •I have been trying to use the nf rna seq pipeline but everytime i use it i withstand such errors when i ran this command …
-
Unable to parse config file
written by JieQY •I'm currently trying to automate genome assembly (fastq files) using nf-core/genomeassembler, but I'm having trouble downloading and running the project. I currently think that my …
-
Nextflow ERROR : Timeout waiting for connection from pool
written by dzisis1986 •Hi it is my first time trying to use nf-core sarek pipeline in nextflow . I want to run only the annotation part with input …
-
RNA-Seq expression analysis
written by RicHi, I ran successfully [nf-core/rnaseq][1] pipeline in the following way: ``` nextflow run nf-core/rnaseq -profile singularity -r 3.14.0 --input samplesheet.csv --fasta /work/waterhouse_team/NB/LAB360/NbLab360.genome.fasta --save_reference --gff /work/waterhouse_team/NB/LAB360/NbLab360.v103.gff.gz …
-
Input for Deseq2 for downstream analysis
written by وفاء •Hi everyone, I ran the nf-core/rnaseq pipeline in the cluster for three studies separately (because they huge data), and I got some files as the …
-
DEseq2 input from nf-core/rnaseq
written by وفاء •I used the nf-core/rnaseq pipeline in the cluster human genome, and I got some files as the output of Star salmon. My question is which …
-
Convert Bam to Fastq
written by وفاء •Hi All, Using this command line, I converted two Paired bam files: samtools fastq -1 ${sampleID}.sorted_1.fastq -2 ${sampleID}.sorted_2.fastq ${sampleID}.sorted.bam 1st File: Bam 8.4G Fastq1 8.1G …
-
Docker Error while running nf-core/rnaseq pipeline
written by eesha28112001 •I have run a nf-core pipeline with the following parameters: nextflow run nf-core/rnaseq -r 3.10.1 --input samplesheet.csv --outdir outputlatest --fasta chr22_with_ERCC92.fa -profile docker --gtf chr22_with_ERCC92.gtf …
-
Error while running nf-core/rnaseq pipeline
written by eesha28112001 •Hello guys! I am trying to run the nf-core/rnaseq pipeline with the following parameters: nextflow run nf-core/rnaseq -r 3.10.1 --input samplesheet.csv --outdir output --fasta chr22_with_ERCC92.fa …
-
error while testing nextflow with --genome GRCh38
written by AnkitHi I get the following error while testing the nextflow rna-seq pipeline. ``` Error executing process > 'NFCORE_RNASEQ:RNASEQ:ALIGN_STAR:STAR_ALIGN (WT_REP1)' Caused by: java.lang.UnsupportedOperationException ``` My command …
check your input fastqs : Convert Bam to Fastq
Thank you Pierre, I checked my input fastq I think I have done the conversion correct
Can you check that R1 and R2 have the same number of sequences?