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

Problems Input #2

Open
diaz13 opened this issue Nov 7, 2018 · 4 comments
Open

Problems Input #2

diaz13 opened this issue Nov 7, 2018 · 4 comments

Comments

@diaz13
Copy link

diaz13 commented Nov 7, 2018

hi

I want to use your pipeline. But I do not know how to get the right input bam. Because there are several ways with the bam files.
So I had a strategies to show by the following command lines:
1- bwa index 1.fasta
2- bwa mem 1.fasta 1_S1_L001_R1_001.fastq 1_S1_L001_R2_001.fastq > 1.bam
3- python3.6 panISa.py 1.bam -o 1.txt
4- python3.6 ISFinder_search.py -o 1 -i 80 -a 60 1.txt

You think it's good as input to find the sequences of insertions???
Are there any errors in my command lines ???
Where can I find the ISinfo file for Francisella's example species ??? To do the IS validation.

Thanks in advance for your help

@bvalot
Copy link
Owner

bvalot commented Nov 7, 2018

Hi,

Normally, panisa used any bam file, but be careful because bwa output by default a sam file.
2- bwa mem 1.fasta 1_S1_L001_R1_001.fastq 1_S1_L001_R2_001.fastq | samtools view -Sb - -o - > 1.bam

For run panisa, the bam file input must be at the end normally, as it is a positional argument
3- python3.6 panISa.py -o 1.txt 1.bam

I don't understand your question about ISinfo file for Francisella's example species?

Benoit

@diaz13
Copy link
Author

diaz13 commented Nov 7, 2018

Thanks you @bvalot

My last question concerning a validation of IS. I run the following command
python3.6 validate.py -o 1.tab 1.fasta 1.txt
I see in your example this file (/home/user/Tools/panISa-master/validate/example/ISinfo/Escherichia_coli)
I asked where does this file (/home/user/Tools/panISa-master/validate/example/ISinfo/Escherichia_coli) come from?

thanks

@bvalot
Copy link
Owner

bvalot commented Nov 7, 2018

Ok,

This files were extracted from ISFinder database to performed in sillico validation of our tools. You can have a more complete list here:
https://www-is.biotoul.fr/

@diaz13
Copy link
Author

diaz13 commented Nov 7, 2018

ok
I understand.
thanks you.

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