-
Notifications
You must be signed in to change notification settings - Fork 33
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
problem with -- list index out of range #11
Comments
Hi Sun,
Is your gene symbol file properly formatted? Could you provide some example
lines?
Bests,
Zhixia
…On Sat, Nov 17, 2018 at 1:36 PM sunhaifeng123 ***@***.***> wrote:
Hi :
I'm using Dapars to find APA,but some problems seem to fused me :
python /home/pc/biosoft/dapars/src/DaPars_Extract_Anno.py -b $refbed -s
$genesymbol -o Dapars_extracted_3UTR.bed
Generating regions ...
Traceback (most recent call last):
File "/home/pc/biosoft/dapars/src/DaPars_Extract_Anno.py", line 151, in
Extract_Anno_main(sys.argv[1:])
File "/home/pc/biosoft/dapars/src/DaPars_Extract_Anno.py", line 139, in
Extract_Anno_main
Annotation_prepar_3UTR_extraction(gene_bed_file,
gene_symbol_annotation_file,output_extract_file)
File "/home/pc/biosoft/dapars/src/DaPars_Extract_Anno.py", line 17, in
Annotation_prepar_3UTR_extraction
gene_symbol = fields[1]
IndexError: list index out of range
do u know what's happened ? how should i solve this problem?
Thanks very much !
Haifeng Sun
China Nanjing Medical University
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF1oxHYdETeMTpIFDsiwU36ZdobMz0_oks5uv6BAgaJpZM4YnSgs>
.
|
Hi, I had the same problem when I am running DaPars_main.py. my extracted_3UTR.bed is like wig file is like Can anyone give some suggestions? |
I had the same problem when I am running DaPars2_Multi_Sample_Multi_Chr.py |
Hi :
I'm using Dapars to find APA,but some problems seem to fused me :
python /home/pc/biosoft/dapars/src/DaPars_Extract_Anno.py -b $refbed -s $genesymbol -o Dapars_extracted_3UTR.bed
Generating regions ...
Traceback (most recent call last):
File "/home/pc/biosoft/dapars/src/DaPars_Extract_Anno.py", line 151, in
Extract_Anno_main(sys.argv[1:])
File "/home/pc/biosoft/dapars/src/DaPars_Extract_Anno.py", line 139, in Extract_Anno_main
Annotation_prepar_3UTR_extraction(gene_bed_file, gene_symbol_annotation_file,output_extract_file)
File "/home/pc/biosoft/dapars/src/DaPars_Extract_Anno.py", line 17, in Annotation_prepar_3UTR_extraction
gene_symbol = fields[1]
IndexError: list index out of range
do u know what's happened ? how should i solve this problem?
Thanks very much !
Haifeng Sun
China Nanjing Medical University
The text was updated successfully, but these errors were encountered: