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
In the first step of the section , you can add to use conda --version and mamba --version to check the installation.
I got the following error when running condo activate peptonizer: CondaError: Run 'conda init' before 'conda activate'. This error was fixed by running condo init and restarting the terminal.
In the last step of the section "Running as snakemake workflow", it might be useful for the reader to know they will execute the peptonizer with the 'S03' dataset, as in the "Testing the peptonizer" section.
The text was updated successfully, but these errors were encountered:
Here are some small suggestions to improve the "Running as snakemake workflow" section in README.md:
conda --version
andmamba --version
to check the installation.condo activate peptonizer
:CondaError: Run 'conda init' before 'conda activate'
. This error was fixed by runningcondo init
and restarting the terminal.The text was updated successfully, but these errors were encountered: