Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input when running RDscan #3

Closed
stuber opened this issue May 2, 2023 · 2 comments
Closed

Input when running RDscan #3

stuber opened this issue May 2, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@stuber
Copy link

stuber commented May 2, 2023

What is the exact input to provide to the command below when trying to determine the RD regions of a sample? Is the working directory to contain the files to be analyzed? Please provide examples if possible. Thanks,

snakemake --conda-frontend mamba --use-conda -j {Number of cores}

@dbespiatykh
Copy link
Owner

You should configure workflow as described here: https://github.com/dbespiatykh/RDscan/tree/master/config.
In short, you need to add your samples to RDscan/config/samples.tsv like so:

Run_accession R1 R2
your_sample_A /path/to/your_sample_A_1.fastq.gz /path/to/your_sample_A_2.fastq.gz
your_sample_B /path/to/your_sample_B_2.fastq.gz /path/to/your_sample_B_2.fastq.gz

Then you need to run the command you mentioned (inside RDscan directory).
Alternatively, you can use this command (to omit mamba): snakemake --cores all --use-conda.

@dbespiatykh dbespiatykh added the help wanted Extra attention is needed label May 2, 2023
@stuber
Copy link
Author

stuber commented May 2, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants