bcgsc / LINKS

⛓ Long Interval Nucleotide K-mer Scaffolder
GNU General Public License v3.0
73 stars 15 forks source link

How to creating input file : -f "sequences to scaffold" and -s "file-of-filenames" #63

Closed Hai1983 closed 2 years ago

Hai1983 commented 2 years ago

Dear everyone.

I try to use LINKS to scaffolding genome assemblies with long reads (PacBio reads -Hifidata). Now, I have a draft genome with 800 cotigs ~780M and Hifi.fasta file . It very useful, if possible share me example of these data.

Thanks in advance .

Sincerely. Hai

MurathanGoktas commented 2 years ago

Hello,

If your draft genome name is x.fasta input it as -f x.fasta

If you only have one HiFi read dataset, and its name is y.fasta; create a fof file with echo y.fasta >> reads.fof Then input it as -s reads.fof.

Let me know if you have any further questions.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your interest in LINKS!