-
Notifications
You must be signed in to change notification settings - Fork 43
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
Error message - BAM file shares no contigs with GTF - Knight eQTL rnaseq call #571
Comments
@Chunmingl i see some tips online that might help -- did you try those? One other obvious thing to check is if your BAM files is intact, that is, if the size of the BAM files in question is much smaller than others that work. |
The bam files were intact, and the qc files looked ok. however, many more samples returned the same errors after rerunning from rnaseq call. @hsun3163 tail /mnt/vast/hpc/csg/cl4215/ROSMAP/knight/output/rnaseq/test/PA00000961.rnaseqc.gene_tpm.gct.stderr
|
As it occurs, the bam file is empty. Can you point me to the analysis notebook that documenting all your analysis as we discussed?
|
I submitted in bash scripts. Here are the some of the scripts I have previously run.
|
please do document the analysis in the notebook going forward...it would be hard to keep track of bash scripts. that being said, how is
generated ? This doesn't seems to be the correct output for the STAR_output step of the knight data |
for the star output step: I ran it multiple times (including test running with a smaller sample size ) - most of the time it ended with no error message but the status of the job did not seem complete. tail /mnt/vast/hpc/csg/cl4215/ROSMAP/knight/errout/knight_staroutput3.log
|
Given the complexity of the issue, again, please prepare a notebook documenting all the command you have ran and the log file associated with each command. Otherwise it is impossible to look into. |
Here is the summarized notebook of scripts and log files |
can you fork the fungi-QTL-analysis repo, and send a pr to upload this notebook (preferable along with other notebooks that are relevant to the xQTL project)? I don't really have access to notebooks that are not in my home dir due to the way jupyterlab works. |
Pr is sent |
Apparently the two samples' STAR failed due to walltime. can you rerun the failed samples in a new cwd with increased walltime by setting --walltime in the SOS command?
|
I received an error message
the submitted script can be accessed in the recent pull request: |
Some one have had this issue before, which was solved after updating their sos, can you try again after updating your sos? |
From the step of
rnaseqc_call
, 8 bam files returned with an error message indicatingBAM file shares no contigs with GTF
and this error message is preventing moving forward to the next step for these 8 bam files.
Here is one of the error message from one of the bam files
[tb755bc6d14ec7dca]: Executing script in Singularity returns an error (exitcode=11, stderr=/mnt/vast/hpc/csg/cl4215/ROSMAP/knight/output/rnaseq/PA00003164.rnaseqc.gene_tpm.gct.stderr). The script has been saved to /home/cl4215/.sos/f09861f58d65b381/singularity_run_20397.sh. To reproduce the error please run: singularity exec /mnt/vast/hpc/csg/snuc_pseudo_bulk/eight_celltypes_analysis/SuSiE/containers/rna_quantification.sif /bin/bash /home/cl4215/.sos/f09861f58d65b381/singularity_run_20397.sh
Below is submitted command
The text was updated successfully, but these errors were encountered: