Rajesh Kumar
Rajesh Kumar
> Please provide example datasets and the code you use. It will help me to understand your problem and help you! I have a dataframe of nearly 1000 rows, Gene_Type...
Dear DSchreyer i have the input file like this sample,fastq_1,fastq_2 270502,/path/270502_S0_L001/270502_S0_L001_R1_001.fastq.gz,/path/270502_S0_L001_R2_001.fastq.gz and my run.sh script look like this #! /bin/bash module load nextflow export NXF_SINGULARITY_CACHEDIR=/data/SCLC-AUTOPSY/nextflow/nxf_singularity_cache; export SINGULARITY_CACHEDIR=/data/SCLC-AUTOPSY/nextflow/nxf_singularity_cache/.singularity; export TMPDIR=/lscratch/$SLURM_JOB_ID export...