Initially, I had demultiplexed Smart-Seq 3 dataset for each cell separately without barcodes.
I concatenated 5 fastq files with this tool. It creates artificial barcodes that can be used in yaml. I started the analysis with mapping step and got the following error:
Failed to open file /storage2/users/lusine/hepatocyte_maturation/zUMIs_out_with_barcode_r1/Smartseq3_hepatocyte_maturation.filtered.tagged.unmapped.bam
samtools view: failed to open "/storage2/users/lusine/hepatocyte_maturation/zUMIs_out_with_barcode_r1/Smartseq3_hepatocyte_maturation.filtered.tagged.unmapped.bam" for reading: No such file or directory
The yaml file, the output and log file can be found here.
Apparently the unmapped bam file is not created and I cannot find out why. Any help will be much appreciated.
Did you try to start the pipeline from "Filtering"? That should be the first step, even when you start from concatenated files.
Your YAML config file looks OK otherwise.
Initially, I had demultiplexed Smart-Seq 3 dataset for each cell separately without barcodes. I concatenated 5 fastq files with this tool. It creates artificial barcodes that can be used in yaml. I started the analysis with mapping step and got the following error:
Failed to open file /storage2/users/lusine/hepatocyte_maturation/zUMIs_out_with_barcode_r1/Smartseq3_hepatocyte_maturation.filtered.tagged.unmapped.bam samtools view: failed to open "/storage2/users/lusine/hepatocyte_maturation/zUMIs_out_with_barcode_r1/Smartseq3_hepatocyte_maturation.filtered.tagged.unmapped.bam" for reading: No such file or directory
The yaml file, the output and log file can be found here.
Apparently the unmapped bam file is not created and I cannot find out why. Any help will be much appreciated.