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

lima demultiplexed #33

Open
tdfy opened this issue Feb 28, 2020 · 1 comment
Open

lima demultiplexed #33

tdfy opened this issue Feb 28, 2020 · 1 comment

Comments

@tdfy
Copy link

tdfy commented Feb 28, 2020

hello,
I am starting with PacBio amplicon libraries generated by a colleague which were demultiplexed using lima. Could you describe the best workflow for this starting point? Thank you.

@SorenKarst
Copy link
Owner

Hi tdfy,

Again. Sorry about the late reply.

Without knowing the details of your experiment I would guess the following command can be run on each demultiplexed PB CCS fastq file.

longread_umi pacbio_pipeline \
  -d demultiplexed_pb_ccs.fq \
  -o test_pb_ccs \
  -v 3 \
  -m 3500 \ <- change to minimum amplicon length
  -M 6000 \ <- change to maximum amplicon length
  -s 60 \ 
  -e 60 \
  -f CAAGCAGAAGACGGCATACGAGAT \ 
  -F AGRGTTYGATYMTGGCTCAG \ <- change if you used a different fwd target primer 
  -r AATGATACGGCGACCACCGAGATC \
  -R CGACATCGAGGTGCCAAAC \ <- change if you used a different rev target primer 
  -c 2 \
  -t 1 <- change to use number of CPUS available

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