Hisat2 indexing network problem
Hello using Hisat2-build to generate index files for ovine reference genome v4.0, it gets so far and then complains that the software is disrupting the network connection and stops. any suggestions welcome
rna-seq
genome
• 1,213 views
•
link
written
by
marion.ryan •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
help to hisat2-build index command
written by Hien •I have got the question about RNA-seq as below: To generate the genome index for Hisat2 we will need a FASTA file representing the genome …
-
Genome indexing with hisat2 and samtools
written by MK •Hello, I found this code in Biostar handbook (RNA-Seq by Example) in section about genome indexing. # The reference genome. IDX=refs/genome.fa # Build the genome …
-
How to build hisat2 index on scaffold level genome assembly
written by tulika98 •Hi everyone, I am trying to build hisat2 index for a yeast strain called RM11-1A. The reference genome is available in scaffolds at: https://downloads.yeastgenome.org/sequence/strains/RM11-1a/RM11-1A_SGD_2015_JRIP00000000/ I …
-
Index file making for Triticum aestivum
written by shokrabad •Hello everybody. I want to align my rnaseq files to the reference genome of wheat using HISAT2. We need index file in it's procedure. My …
-
Set the max coverage wanted with Hisat2 ?
written by ChvatilHello everyone, I'm actually using Hisat in order to map reads against one genome. Here is the job file : FILE=Genome.fa READS1a=SRR9110374_1.fastq.gz READS2a=SRR9110374_2.fastq.gz ############################################################### # …
-
Novel lncRNA identification and quantification RNA seq?
written by mathavanbioinfoHello All, I am working on human novel lncRNA expression & quantification in different cell types, I build index files ( hg38) with & without …
-
How to bring consistency for genome reference, annotation and index files?
written by VasuHi, I have genome reference, annotation files and hisat2-index from [Hisat2 website][1] Genome reference: ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_27/GRCh38.p10.genome.fa.gz GENCODE gene annotation: ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_27/gencode.v27.annotation.gtf.gz hisat2 index : genome_snp_tran (GRch38) from …
-
HISAT2: Extracting splice sites and exons for index
written by psmHello all, RNAseq newbie here, sorry if the question doesn't make sense. I want to build an index using the hg38 reference genome and the …
-
Where to get >200Gb to build Bovine genome index in HISAT2?
written by HernánWe are trying to index the UMD 3.1.1 Bovine genome using the [HISAT2][1] software. The problem is that we need more than 200 Gbytes of …
-
Could HISAT2-build build Hierarchical Graph FM index (HGFM) for a reference genome plus transcripts…
written by Peng HuangHello everyone! I am doing rat RNA-seq analysis, previously using tophat2, as HISAT2 is a successor for tophat2, I plan to switch to it. And …
What kind of network connection? nfs mounts from your local storage? Are your local admins killing the job if it is overwhelming network links on the cluster?
That might explain it, I am working from home on a laptop connected via wifi to a remote cluster at work, I might wait to get back in to execute the command again. Thank you! Marion