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

Provide additional customisation options during init step for generation of the config file #2

Open
ahfitzpa opened this issue Jun 12, 2023 · 1 comment

Comments

@ahfitzpa
Copy link

I would like to use LACA for shorter amplicons (600 bp) from ONT sequencing.

Can you provide the following options in the laca init so that the config file can work with alternative sequence input?

  • amplicon length
  • fw_primer
  • rev_primer
@yanhui09
Copy link
Owner

Thanks for interesting in LACA.
laca init is actually wrapped cmd to generate the snakemake config.yaml. There are many variables in config file, so at this moment I only include as commonly used ones as cmd arguments. Like fw_primer or rev_primer, some users may have multiple sets, so it's a bit hard to be integrated in the arguments. But any time you can edit the config.yaml file which is generated by laca init.

I have referenced to lines to adjust primers and amplicon length

amplicon length:

min_len: 800
max_len: 1500

fw/rev_primer:

fprimer:
27Fa: "AGAGTTTGATYMTGGCTYAG"
27Fb: "AGGGTTCGATTCTGGCTCAG"
338Fa: "ACWCCTACGGGWGGCAGCAG"
338Fb: "GACTCCTACGGGAGGCWGCAG"
rprimer:
1540R: "TACGGYTACCTTGTTACGACT"
1391R: "GACGGGCGGTGTGTRCA"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants