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 case the above command results in an endless wait while conda is trying to solve the environment, something is not working the way it should with the conda environment creation (we are currenlty investigating what causes this issue for some users). Instead you can manually create the conda environment by running the commands from [this bash script](https://github.com/AntonelliLab/seqcap_processor/blob/master/recipe/install_secapr_env_manually.sh). You can either copy the command one by one into your command line terminal, or download the sh-script and execute it in the command line with `sh install_secapr_env_manually.sh`.
63
+
In case the above command results in an endless wait while conda is trying to solve the environment, something is not working the way it should with the conda environment creation (we are currenlty investigating what causes this issue for some users).
64
64
65
+
Instead you can install the SECAPR environment directly from the GitHub repo. For this first download the file containing the installation instructions with `wget` and execute it with `sh`.
66
+
67
+
If you don't have `wget` installed on your computer you can install it with `conda install wget`.
If you can't run `wget` on your machine, you can instead access the file manually [here](https://raw.githubusercontent.com/AntonelliLab/seqcap_processor/master/recipe/install_secapr_env.sh) and simply copy it's content into your command line terminal.
65
75
66
76
More information about installing SECAPR, including installation of previous versions and using docker containers, can be found by clicking on the badge below:
help='Provide the reference that was used for read-mapping. If you used the alignment-consensus method, provide the joined_fasta_library.fasta which is found in the reference_seqs folder within the reference-assembly output.'
0 commit comments