Replies: 2 comments 5 replies
-
Hi @foamy1881 , thank you for your interest in the pipeline! As this is not a feature/bug report, I am converting this into a discussion and will respond to these questions in a point-wise manner Point-1
This sounds good 👍 The next step here, I'd recommend you to do is to make sure that the WHO resistance catalog for tb-profiler has been loaded (I realized we didn't document this on Readme, I'll fix this). NOTE: Basically the instructions, which are used to build the necessary docker containers.
wget https://github.com/TORCH-Consortium/MAGMA/files/14559680/resistance_db_who_v1.zip
unzip resistance_db_who
conda activate magma-env-1
cd resistance_db_who
tb-profiler load_library ./resistance_db_who
Point-2
For this, we provide a dummy samplesheet, which you'd have to customize as per your samples and other metadata from the sequencer and sample. Reference: Mentioned on the readme here. Below is a formatted version of that sample CSV.
Point-3
Actually the This information is covered here on Readme. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the feedback and is running at the moment with this command line:
However when should we use my_parameters_2.yml? do we run them separately? |
Beta Was this translation helpful? Give feedback.
-
I'm new to this community and could use some help. How exactly does one execute Magma after installing it through Conda? I've followed the instructions and installed both magma-env-1 and magma-env-2. However, I'm at a loss regarding the next steps, specifically how to incorporate the sample sheet and execute the YAML file. Could anyone offer some guidance?
Beta Was this translation helpful? Give feedback.
All reactions