I am running STAR on the same paired-end data as described in issue #558. Thank you again for allowing paired end mapping for scATAC-seq data. When running in --runMode alignReads and --outReadsUnmapped Fastx, I noticed that STAR only returns mate 1 of the triplet. I believe the desired result is outputting of all three members of the triplet.
Aug 24 12:12:51 ..... started STAR run
Aug 24 12:12:51 ..... loading genome
Aug 24 12:13:04 ..... started mapping
Aug 24 12:42:03 ..... finished mapping
Aug 24 12:42:03 ..... started sorting BAM
Aug 24 12:45:39 ..... finished successfully
Output files:
-rwxr-xr-x 1 vsc33042 lcb 21064683367 Aug 24 12:45 vib1.Aligned.sortedByCoord.out.bam
-rwxr-xr-x 1 vsc33042 lcb 6582200 Aug 24 12:51 vib1.Aligned.sortedByCoord.out.bam.bai
-rwxr-xr-x 1 vsc33042 lcb 2006 Aug 24 12:45 vib1.Log.final.out
-rwxr-xr-x 1 vsc33042 lcb 16022 Aug 24 12:45 vib1.Log.out
-rwxr-xr-x 1 vsc33042 lcb 3668 Aug 24 12:45 vib1.Log.progress.out
-rwxr-xr-x 1 vsc33042 lcb 0 Aug 24 12:42 vib1.SJ.out.tab
-rwxr-xr-x 1 vsc33042 lcb 6303157095 Aug 24 12:42 vib1.Unmapped.out.mate1
-rwxr-xr-x 1 vsc33042 lcb 0 Aug 24 12:12 vib1.Unmapped.out.mate2
-rwxr-xr-x 1 vsc33042 lcb 0 Aug 24 12:12 vib1.Unmapped.out.mate3
As you can see, filesize for mate2 and mate3 is 0. This is not a STAR feature we are using at the moment, just letting you know that this issue exists.
Hi Alex,
I am running STAR on the same paired-end data as described in issue #558. Thank you again for allowing paired end mapping for scATAC-seq data. When running in
--runMode alignReads
and--outReadsUnmapped Fastx
, I noticed that STAR only returns mate 1 of the triplet. I believe the desired result is outputting of all three members of the triplet.Example of STAR command:
Output files:
As you can see, filesize for mate2 and mate3 is 0. This is not a STAR feature we are using at the moment, just letting you know that this issue exists.
Kind regards,
Florian