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

Documentation needed for Fqtools splitpool #2

Open
kubu4 opened this issue Apr 19, 2017 · 2 comments
Open

Documentation needed for Fqtools splitpool #2

kubu4 opened this issue Apr 19, 2017 · 2 comments

Comments

@kubu4
Copy link

kubu4 commented Apr 19, 2017

I have the following script provided by BGI:

./iTools Fqtools splitpool
-InFq1 file1.fq.gz
-InFq2 file2.fq.gz
-Index index.lst
-Flag enzyme.txt
-MisMatch
-OutDir split/

What is the default setting for MisMatch?

Are there other options available?

@kubu4
Copy link
Author

kubu4 commented Apr 19, 2017

Also, what are the required file formatting for the -Flag input file and the -Index input file?

@hewm2008
Copy link
Contributor

-Flag the file with enzyme specific sequence such EcoRI seq is : AATTC
-Index file with sample and barcodes [sample_ID sampleIndex ]

iTools Fqtools splitpool -InFq1 In_1.fq.gz -InFq2 In_1.fq.gz -Flag enzyme.seq -Index sample.index -OutDir OUTDir/ -MisMatch

cat enzyme.seq
AATTC

head -4 sample.index
S001 TGCGA
S002 GGTTGT
S003 ACGTGTT
S004 ACAGGGAA
@kubu4

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