-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52eafa8
commit 5fde74a
Showing
2 changed files
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
STAR version=2.7.10b | ||
STAR compilation time,server,dir=2022-11-01T09:53:26-04:00 :/home/dobin/data/STAR/STARcode/STAR.master/source | ||
STAR git: On branch master ; commit c6f8efc2c7043ef83bf8b0d9bed36bbb6b9b1133 ; diff files: CHANGES.md | ||
##### Command Line: | ||
STAR --runMode genomeGenerate --genomeSAindexNbases 5 --genomeChrBinNbits 18 --runThreadN 1 --genomeDir /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/index --genomeFastaFiles /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/invalid | ||
##### Initial USER parameters from Command Line: | ||
###### All USER parameters from Command Line: | ||
runMode genomeGenerate ~RE-DEFINED | ||
genomeSAindexNbases 5 ~RE-DEFINED | ||
genomeChrBinNbits 18 ~RE-DEFINED | ||
runThreadN 1 ~RE-DEFINED | ||
genomeDir /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/index ~RE-DEFINED | ||
genomeFastaFiles /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/invalid ~RE-DEFINED | ||
##### Finished reading parameters from all sources | ||
|
||
##### Final user re-defined parameters-----------------: | ||
runMode genomeGenerate | ||
runThreadN 1 | ||
genomeDir /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/index | ||
genomeFastaFiles /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/invalid | ||
genomeSAindexNbases 5 | ||
genomeChrBinNbits 18 | ||
|
||
------------------------------- | ||
##### Final effective command line: | ||
STAR --runMode genomeGenerate --runThreadN 1 --genomeDir /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/index --genomeFastaFiles /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/invalid --genomeSAindexNbases 5 --genomeChrBinNbits 18 | ||
---------------------------------------- | ||
|
||
Number of fastq files for each mate = 1 | ||
ParametersSolo: --soloCellFilterType CellRanger2.2 filtering parameters: 3000 0.99 10 | ||
Finished loading and checking parameters | ||
--genomeDir directory exists and will be overwritten: /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/index/ | ||
!!!!! WARNING: Could not move Log.out file from ./Log.out into /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/index/Log.out. Will keep ./Log.out | ||
|
||
Oct 31 16:40:53 ... starting to generate Genome files | ||
|
||
EXITING because of INPUT ERROR: could not open genomeFastaFile: /scratch/pytest-of-balajt0000/pytest-29/test_create_star_index_star_pr0/invalid | ||
|
||
Oct 31 16:40:53 ...... FATAL ERROR, exiting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters