You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error executing process > 'transcriptsToFasta (genome.fa)'
Caused by:
Process `transcriptsToFasta (genome.fa)` terminated with an error exit status (1)
Command executed:
gffread -w transcripts.fa -g genome.fa genes.gtf
Command exit status:
1
Command output:
(empty)
Command error:
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
FASTA index file genome.fa.fai created.
Warning: couldn't find fasta record for 'AACZ03149418.1'!
Error: no genomic sequence available (check -g option!).
Work dir:
/home/olga/ibm_lg/kmer-hashing/nextflow-intermediates/36/1916b1bf4672b99b68e879e8141dea
Hello,
I'm using the
dev
branch with Salmon to align some chimp data using theCHIMP2.1.4
genome from iGenomes.Here is the
nextflow run
command:Here is an excerpt of the error message:
Here is the full log: chimpanzee_nf-core_rnaseq_dev_salmon_nextflow.log
Potentially we could filter the fasta and gtf for only the overlapping sequences using
bioawk
:And then do some kind of unix-fu to filter for only entries in the
gtf
whose$seqid
exists in the fileseqnames_genome.txt
.The text was updated successfully, but these errors were encountered: