User: pyjiang2
pyjiang2 • 20
- Reputation:
- 20
- Status:
- New User
- Location:
- United States
- Last seen:
- 19 hours ago
- Joined:
- 3 years, 1 month ago
- Email:
- p*******@gmail.com
Posts by pyjiang2
<prev
• 5 results •
page 1 of 1 •
next >
0
votes
0
answers
329
views
0
answers
... I encountered the same problem. It is because there are fasta files at the end. Try `grep -n ">" gff_file` to find the fasta files, and then just take the lines before that into a new file which won't give this error. ...
written 5 weeks ago by
pyjiang2 • 20
0
votes
4
answers
7.1k
views
4
answers
... You can use vcftools. For example, if total 16 chromosomes
for i in {1..16};
do vcftools --vcf VCF_FILE --chr $i --recode --recode-INFO-all --out VCF_$i;
done ...
written 6 weeks ago by
pyjiang2 • 20
0
votes
0
answers
989
views
0
answers
... I've run into the same problem! It is very annoying when I run multiple jobs on cluster and I just notice it today. ...
written 6 weeks ago by
pyjiang2 • 20
2
votes
18
answers
43k
views
18
answers
... I tried fastx_collapser first, but it gives error for multiple aligned fasta sequences.
I found this useful website, which gives unique fasta sequences and concatenate the header name for the same sequences as well:
http://www.ncbi.nlm.nih.gov/CBBresearch/Spouge/html_ncbi/html/fasta/uniqueseq. ...
written 3.1 years ago by
pyjiang2 • 20
0
votes
0
answers
904
views
0
answers
... Hi everyone,
I have individual vcf files of indels and want to merge them into a big one, but only extract chromosome 3,4,5,7,8 into a unified file. The list of vcf files is in round1_indel.txt.
What I did is:
bcftools merge -l round1_indel.txt -o round1_indel.vcf -r 3,4,5,7,8
However, the ou ...
Latest awards to pyjiang2
No awards yet. Soon to come :-)
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1306 users visited in the last hour