Jump to content
Toggle sidebar
Neurobiology.Dev
Search
Create account
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Talk
Contributions
Navigation
Main page
Records
Recent changes
Random page
Tools
What links here
Related changes
Special pages
Page information
Editing
Nanopore RNA Sequencing Protocol
(section)
Page
Discussion
English
Read
Edit
View history
More
Read
Edit
View history
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Conda==== Most of the rest of the software (like '''samtools''') is more easily installed using '''Conda''' rather than directly from GitHub. Therefore, before we do anything else, weβre going to make sure Conda is installed on our workstation computer. If you suspect Conda is already installed on the system, run the conda <code>-V</code> command in the shell to see if it returns anything. You could, in theory, install all of the required software without ''Conda'', but I '''highly discourage''' it due to how much we will need to install and how simplified this process is using ''Conda''. To install, first go to the [https://docs.conda.io/en/latest/miniconda.html Miniconda documentation page] and download the shell script appropriate for your system (note the ''Python'' version requirements). Then, drop the script in your user root folder and execute the following commands in ''Terminal'' (in sequential order): {{note|Make sure you are in your root folder and you edit the name of the shell script below to match yours before executing the bash command below! Additionally, if you do not know how to access ''Terminal'', on Linux it can be pulled up with the keys <code>ctrl</code> + <code>alt</code> + <code>T</code> pressed simultaneously.}} <code>Bash</code> <syntaxhighlight lang="Bash"> bash Miniconda3-py39_4.12.0-Linux-x86_64.sh conda config --add channels defaults conda config --add channels bioconda conda config --add channels conda-forge </syntaxhighlight> In case you an unfamiliar with it, ''Terminal'' is an application on both ''Linux'' and ''Mac'' machines that gives you access to the shell. On Linux, it can be pulled up if you press the keys <code>ctrl</code> + <code>alt</code> + <code>T</code> simultaneously. You can run commands in here, which is usually for editing and moving files, changing permissions, installing software, or executing scripts. Now you can install software via ''Conda'' using the <code>conda install</code> command in ''Terminal''.
Summary:
Please note that all contributions to Neurobiology.Dev may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Neurobiology.Dev:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)