Hello, thank you for answering. I have tried it, but some input still can't be found:
Jan 29 23:05:43 ..... started STAR run
Jan 29 23:05:43 ... starting to generate Genome files
!!!!! WARNING: --genomeSAindexNbases 14 is too large for the genome size=638024656, which may cause seg-fault at the mapping step. Re-run genome generation with recommended --genomeSAindexNbases 13
Jan 29 23:05:56 ... starting to sort Suffix Array. This may take a long time...
Jan 29 23:06:01 ... sorting Suffix Array chunks and saving them to disk...
Jan 29 23:08:03 ... loading chunks from disk, packing SA...
Jan 29 23:08:20 ... finished generating suffix array
Jan 29 23:08:20 ... generating Suffix Array index
Jan 29 23:09:41 ... completed Suffix Array index
Jan 29 23:09:41 ... writing Genome to disk ...
Jan 29 23:09:42 ... writing Suffix Array to disk ...
Jan 29 23:09:47 ... writing SAindex to disk
Jan 29 23:09:49 ..... finished successfully
Jan 29 23:09:49 ..... started STAR run
Jan 29 23:09:50 ..... loading genome
gzip: /home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_2P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_2P_second.fastq.gz: No such file or directory
Jan 29 23:09:53 ..... started mapping
gzip: /home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_2P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_2P_second.fastq.gz: No such file or directory
gzip: /home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_2P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_2P_second.fastq.gz: No such file or directory
gzip: /home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_2P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_2P_second.fastq.gz: No such file or directory
Jan 29 23:42:48 ..... finished mapping
Jan 29 23:42:49 ..... finished successfully
log (END)
here is my script:
#!/bin/bashlin023/star/asm.contigs.filtered.fasta
#SBATCH --qos pq_mdegenna
#SBATCH --account iacc_mdegenna
#SBATCH --partition IB_16C_96G
#SBATCH -n 16/STAR-2.7.7a/bin/Linux_x86_64/STAR --runThreadN 16 --genomeDir /scr#SBATCH -N 1a/slin023/star/ --readFilesCommand zcat /home/data/FLAG/Phormiatrans#SBATCH --output=logy-female-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_2P_second.fastq.gz,/hexport PATH=$PATH:/home/slin023/STAR-2.7.7a/bin/Linux_x86_64/Filtered_1P_second.star.sh
##build Genome indices
/home/slin023/STAR-2.7.7a/bin/Linux_x86_64/STAR --runThreadN 16 --runMode genomeGenerate --genomeDir /scratch/mdegenna/slin023/star/ --genomeFastaFiles /scratch/mdegenna/slin023/star/asm.contigs.filtered.fasta
##mapping to Genome indices
/home/slin023/STAR-2.7.7a/bin/Linux_x86_64/STAR --runThreadN 16 --genomeDir /scratch/mdegenna/slin023/star/ --readFilesCommand zcat /home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_2P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_2P_second.fastq.gz --readFilesIn /home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-female-Phormia_Filtered_2P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_1P_second.fastq.gz,/home/data/FLAG/PhormiatranscriptsSep2020/Blowfly-male-Phormia_Filtered_2P_second.fastq.gz
~
