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

Does it support fa.gz as the input? #43

Open
X-WJ opened this issue Sep 29, 2019 · 4 comments
Open

Does it support fa.gz as the input? #43

X-WJ opened this issue Sep 29, 2019 · 4 comments

Comments

@X-WJ
Copy link

X-WJ commented Sep 29, 2019

Well,I have some corrected ont data and i compressed it for saving the storage.And now ,can I use the gz file as the input data ? I don't know the function of "wtpre"?Can I modify the mak file and skip the "wtpre" step? my mak file like this .

PREFIX=species
2
3 EXE_PRE=/smartdenovo/wtpre
4 EXE_ZMO=/smartdenovo/wtzmo
5 EXE_OBT=/smartdenovo/wtobt
6 EXE_GBO=/smartdenovo/wtgbo
7 EXE_CLP=/smartdenovo/wtclp
8 EXE_LAY=/smartdenovo/wtlay
9 EXE_CNS=/smartdenovo/wtcns
10 N_THREADS=20
11
12 all:$(PREFIX).dmo.lay
13 #$(PREFIX).fa.gz:
14 # $(EXE_PRE) -J 5000 species.correctedReads.fasta.gz | gzip -c -1 > $@
15
16 $(PREFIX).dmo.ovl:$(PREFIX).fa.gz
17 $(EXE_ZMO) -t $(N_THREADS) -i $(PREFIX).fa.gz -fo $@ -k 21 -z 10 -Z 16 -U -1 -m 0.1 -A 1000
18
19 $(PREFIX).dmo.obt:$(PREFIX).fa.gz $(PREFIX).dmo.ovl
20 $(EXE_CLP) -i $(PREFIX).dmo.ovl -fo $@ -d 3 -k 300 -m 0.1 -FT
21
22 $(PREFIX).dmo.lay:$(PREFIX).fa.gz $(PREFIX).dmo.obt $(PREFIX).dmo.ovl
23 $(EXE_LAY) -i $(PREFIX).fa.gz -b $(PREFIX).dmo.obt -j $(PREFIX).dmo.ovl -fo $(PREFIX).dmo.lay -w 300 -s 200 -m 0.1 -r 0.95 -c 1

Thank you fo reply

@ruanjue
Copy link
Owner

ruanjue commented Sep 29, 2019

It's ok.

@X-WJ
Copy link
Author

X-WJ commented Sep 29, 2019

Thank you very much !!

@X-WJ
Copy link
Author

X-WJ commented Sep 29, 2019

It's ok.

Emmc, I have run the smartdenovo the whole pipleline on the other project while it's still running well .And I use the fa.gz as the original input ,not motify the mak file .Deos it fit too ?

@ruanjue
Copy link
Owner

ruanjue commented Sep 29, 2019

All program used the same API to read sequences, wtpre can take gz file as input.

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