how to save SAM/BAM files with STARsolo with loop #1654
-
hi there, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @joyduck if you are looping over samples, it's best to either:
If you do not need BAM, you can switch off SAM/BAM output with |
Beta Was this translation helpful? Give feedback.
Hi @joyduck
if you are looping over samples, it's best to either:
OR
--outFileNamePrefix
for each sampleBoth of these will save separate files for each run.
If you do not need BAM, you can switch off SAM/BAM output with
--outSAMtype None
. All other files will be output.