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

Would you mind providing a more detail on assembly ? #31

Open
deyuanyang opened this issue Apr 22, 2023 · 2 comments
Open

Would you mind providing a more detail on assembly ? #31

deyuanyang opened this issue Apr 22, 2023 · 2 comments

Comments

@deyuanyang
Copy link

Hi,

It's a perfect soft.
When I used it to assemble my data, I could not understand the --read parameter, if I have data like R1_fq.gz, and R2_fq.gz, how to use it?
It can use like Spades. -1, -2, -U for input data?

Best wishes,
Deyuan

@deyuanyang
Copy link
Author

image

@jamshed
Copy link
Member

jamshed commented Apr 23, 2023

Hi @deyuanyang:

Thank you for using cuttlefish! I see that you're using FASTQ inputs---in that case, you need to pass the --read argument. Besides, I also see that you're using the -f 1 argument, which specifies a specific output format among a few ones. When working with read sets, cuttlefish can only output the assembled maximal unitigs (i.e. contigs) for now, and so the -f option is not applicable.

I think for your example datasets mentioned above, you can use the following command:

cuttlefish build --seq <file-1> --seq <file-2> -k 33 -o <output-file> -t 8

Let me know if that solves the problem(s). Regards!

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