0
I Use This!
New Project

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Consistency checking function renamed, and switched to 1st and 9th decile for removing outliers. More... 4 months ago
More customizable and completecheck_all_process_execution_time method. More... 4 months ago
Make Database managers work when several process have the same name but different path. More... 4 months ago
refining constant analysis with SQL fun ! More... 4 months ago
Remove outliers for constantness analysis, and make it possible to filter based on process or resolved process names, and to group results by resolvedProcess instead of processes. More... 4 months ago
Check if all process execution times are constant. More... 4 months ago
Fix DAG import with latest mermaid export from nextflow. More... 4 months ago
Make it possible to set some managers to None to speed up load from all files. More... 4 months ago
Add method to NextflowTraceDBManager to parse everything from a pair of html and log files with a single method. More... 4 months ago
Add the PipelineParamValuesTableManager class More... 4 months ago
Add PipelineParamsTableManager class and associated tests. More... 4 months ago
Extract param values from logs. More... 4 months ago
Add tables to contain pipeline parameters and their values. More... 4 months ago
Remove end of list character when parsing Process Execution Parameters More... 4 months ago
Add a cpu column to the ProcessExecutions table. More... 4 months ago
Make sure the reference eId corresponds to the process execution of the same trace. More... 4 months ago
Add ExecParams to DB from log file. More... 4 months ago
Add a method to get a ProcessExecutionEntry according to its rId and Instance number. More... 4 months ago
Change parsed log line to extract execution parameters of processes More... 4 months ago
Create manager for the ProcessExecParams table. More... 4 months ago
Extract execution parameters from logs. More... 4 months ago
Manage import of process inputs from the file. More... 4 months ago
Make process input rank a String. More... 4 months ago
Import process inputs declaration from log file into a panda dataframe. More... 5 months ago
Add ProcessInputsTableManager More... 5 months ago
Automate trace id management when adding process executions More... 5 months ago
Refactor code to make the NextflowTraceDBManager class simpler to use. More... 5 months ago
Test add process execution entry from file More... 5 months ago
Load execution traces from the report file. More... 5 months ago
Add ProcessExecutionTableManager with tests. More... 5 months ago