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
When we perform hybrid analysis we're seeing some samples failing during assembly using plassembler. This often happens when no contigs are generated that are greater than the size provided via the --chromosome_length flag (we currently set the value for that flag to 250000).
We could consider bringing that value down, but I think it might be problematic to set the --chromosome_length value close to the largest "typical" size of a real plasmid that we see in our data.
As an alternative, we can look at the quality and quantity of both short and long-read data to see how it correlates with generating contigs that are greater size than the --chromosome_length value.
In order to implement this we may need to re-structure the way our QC thresholds are currently modeled in the config.json file.
The text was updated successfully, but these errors were encountered:
When we perform hybrid analysis we're seeing some samples failing during assembly using plassembler. This often happens when no contigs are generated that are greater than the size provided via the
--chromosome_length
flag (we currently set the value for that flag to250000
).We could consider bringing that value down, but I think it might be problematic to set the
--chromosome_length
value close to the largest "typical" size of a real plasmid that we see in our data.As an alternative, we can look at the quality and quantity of both short and long-read data to see how it correlates with generating contigs that are greater size than the
--chromosome_length
value.In order to implement this we may need to re-structure the way our QC thresholds are currently modeled in the
config.json
file.The text was updated successfully, but these errors were encountered: