I can't solve this problem:
"$ pindel -f ref.fa -p out.bam2pindel.txt -c ALL -o outpindel", or
"$ pindel -f ref.fa -i pindel.config -c ALL -o outpindel"
then:
Welcome to Pindel, developed by Kai Ye, [email protected]
6 parameters are required here:
1. Input: the reference genome sequences in fasta format;
2. Input: the unmapped reads in a modified fastq format;
3. Output: the output for short insertions (SI)
4. Output: the output for deletions (D)
5. Output: the output for a special type of deletion events, non-template insertion after deletion (DI).
deletions >= 100bp and inserted bp <= 7bp
6. Which chr/fragment
$ pindel ref.fa out.bam2pindel.txt 320 out.si out.d out.di
Processing chromosome gi|411024077|gb|CM001634.1| ...
Current chromosome size: 28635137 bases
Processing chromosome gi|411024076|gb|CM001635.1| ...
Current chromosome size: 27864329 bases
Processing chromosome gi|411024075|gb|CM001636.1| ...
Current chromosome size: 31725688 bases
Processing chromosome gi|411024074|gb|CM001637.1| ...
Current chromosome size: 18984343 bases
Processing chromosome gi|411024073|gb|CM001638.1| ...
Current chromosome size: 23960834 bases
Processing chromosome gi|411024072|gb|CM001639.1| ...
Current chromosome size: 26286742 bases
Processing chromosome gi|411024071|gb|CM001640.1| ...
Current chromosome size: 22597724 bases
Processing chromosome gi|411024070|gb|CM001641.1| ...
Current chromosome size: 21613650 bases
Processing chromosome gi|411024069|gb|CM001642.1| ...
Current chromosome size: 37155481 bases
Processing chromosome gi|411024068|gb|CM001643.1| ...
Current chromosome size: 17599535 bases
Loading genome sequences and reads: 0 seconds.
Mining indels: 0 seconds.
Sorting and output results: 0 seconds.
"$ pindel -f ref.fa -i pindel.config -c ALL -o outpindel"
then:
Welcome to Pindel, developed by Kai Ye, [email protected]
6 parameters are required here:
1. Input: the reference genome sequences in fasta format;
2. Input: the unmapped reads in a modified fastq format;
3. Output: the output for short insertions (SI)
4. Output: the output for deletions (D)
5. Output: the output for a special type of deletion events, non-template insertion after deletion (DI).
deletions >= 100bp and inserted bp <= 7bp
6. Which chr/fragment
$ pindel ref.fa out.bam2pindel.txt 320 out.si out.d out.di
Processing chromosome gi|411024077|gb|CM001634.1| ...
Current chromosome size: 28635137 bases
Processing chromosome gi|411024076|gb|CM001635.1| ...
Current chromosome size: 27864329 bases
Processing chromosome gi|411024075|gb|CM001636.1| ...
Current chromosome size: 31725688 bases
Processing chromosome gi|411024074|gb|CM001637.1| ...
Current chromosome size: 18984343 bases
Processing chromosome gi|411024073|gb|CM001638.1| ...
Current chromosome size: 23960834 bases
Processing chromosome gi|411024072|gb|CM001639.1| ...
Current chromosome size: 26286742 bases
Processing chromosome gi|411024071|gb|CM001640.1| ...
Current chromosome size: 22597724 bases
Processing chromosome gi|411024070|gb|CM001641.1| ...
Current chromosome size: 21613650 bases
Processing chromosome gi|411024069|gb|CM001642.1| ...
Current chromosome size: 37155481 bases
Processing chromosome gi|411024068|gb|CM001643.1| ...
Current chromosome size: 17599535 bases
Loading genome sequences and reads: 0 seconds.
Mining indels: 0 seconds.
Sorting and output results: 0 seconds.
Thank you in advance for your help
Leave a comment: