Tools: nf-core bump-version does not adjust PATH in Dockerfile and Singularity

Created on 17 Aug 2018  路  4Comments  路  Source: nf-core/tools

Expected behaviour:

The command bump-version (earlier release) adjusts the environment PATH for conda with the correct bumped version number.

Actual behaviour:

Both PATHs statements in the Dockerfile and Singularity file remain unchanged.

bug

All 4 comments

Crap, you're right... I'm sure this used to work - sorry, I must have broken something.

Or maybe it didn't actually. Either way, I'll add it now.

We previously installed packages into the conda root dir, and this PATH is added by default, when installing conda. So we did not have this line :)

Ok, added - #149 not merged yet so was appended onto that PR...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

drpatelh picture drpatelh  路  7Comments

sven1103 picture sven1103  路  3Comments

apeltzer picture apeltzer  路  5Comments

MaxUlysse picture MaxUlysse  路  6Comments

apeltzer picture apeltzer  路  6Comments