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
You may need to re-run nextflow command line by adding `-resume`, if the allocated time is not enough for your dataset.
421
429
422
-
You may need to increase the number of opoened files in your system with `ulimit -n 131072` or higher as nextflow generates hundreds of files depending on the size of your input dataset.
430
+
You may need to increase the limit of number of opened file handles in your system with `ulimit -n 131072` or higher as nextflow generates hundreds of files depending on the size of your input dataset.
423
431
424
432
425
433
## Handle splice files
@@ -459,6 +467,11 @@ Citation: Majidian, Sina, Yannis Nevers, Ali Yazdizadeh Kharrazi, Alex Warwick
459
467
460
468
461
469
## Change log
470
+
- Update v0.5dev (not released yet):
471
+
- better configuration setup (close to nf-core)
472
+
- improved resource allocation for nextflow
473
+
- improved handling of alternative splicing variants in reporting
474
+
- adding test profile and nf-test based CI checks
462
475
- Update v0.4.0:
463
476
- Improvements for nextflow: alternative version selection, README updates
0 commit comments