Commit cb1b89a9 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Updated versions

parent ce16be30
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -44,7 +44,9 @@ process GENERATE_REPORTS {
    cat <<-END_VERSIONS > versions.yml
    "${task.process}":
        python: \$(python --version | grep -E -o \"([0-9]{1,}\\.)+[0-9]{1,}\")
        numpy: \$(python -c 'import numpy; print(numpy.__version__)')
        pandas: \$(python -c 'import pandas; print(pandas.__version__)')
        seaborn: \$(python -c 'import seaborn; print(seaborn.__version__)')
    END_VERSIONS
    """

}
+3 −1
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@ process PLOT_CONSENSUS_PEAKS {
    cat <<-END_VERSIONS > versions.yml
    "${task.process}":
        python: \$(python --version | grep -E -o \"([0-9]{1,}\\.)+[0-9]{1,}\")
        numpy: \$(python -c 'import numpy; print(numpy.__version__)')
        pandas: \$(python -c 'import pandas; print(pandas.__version__)')
        upsetplot: \$(python -c 'import upsetplot; print(upsetplot.__version__)')
    END_VERSIONS
    """

}