-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
Hi, Normally, panisa used any bam file, but be careful because bwa output by default a sam file. For run panisa, the bam file input must be at the end normally, as it is a positional argument I don't understand your question about ISinfo file for Francisella's example species? Benoit |
Thanks you @bvalot My last question concerning a validation of IS. I run the following command thanks |
Ok, This files were extracted from ISFinder database to performed in sillico validation of our tools. You can have a more complete list here: |
ok |
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
The text was updated successfully, but these errors were encountered: