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
where [] would be given into the input channel when no respective reads exist.
Describe alternatives you've considered
Alternatively, this could be as well solved in 3 different modules, sich as Unicycler_short, Unicycler_long & Unicycler_hybrid. I am not sure whats the better way.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
The Unicycler module only allows short read assembly but not long read or hybrid assembly.
Describe the solution you'd like
A module that does it all, like in nf-core/bacass.
This is also mentioned in nf-core/bacass#61
Describe the solution you'd like
Instead of
and
def input_reads = meta.single_end ? "-s $reads" : "-1 ${reads[0]} -2 ${reads[1]}"
one could do
and
where
[]
would be given into the input channel when no respective reads exist.Describe alternatives you've considered
Alternatively, this could be as well solved in 3 different modules, sich as
Unicycler_short
,Unicycler_long
&Unicycler_hybrid
. I am not sure whats the better way.Additional context
The text was updated successfully, but these errors were encountered: