You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added some logic in the STAR DSL2 module here that will check if the unmapped files exist and if so, to rename and zip them. The logic to publish has changed too for DSL2 so the snippet below should achieve this if -save_unmapped is speficied:
if (params.save_unaligned) { params.modules['star_align'].publish_files.put('fastq.gz','unmapped') }
Suggest change in process star - this will output files of format Unmapped_R{1,2}.fastq.gz to the unmapped folder.
And this at the end of the process:
The text was updated successfully, but these errors were encountered: