We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi~ I am trying to run SCRAMble.R. I have error report by using different --ref path. But, both of attempts can't get a success report. 1.
SCRAMble.R
--ref path
Rscript --vanilla ${bin}/SCRAMble.R \ --out-name $OUTPUT_PATH/SCRAMble_${hg}/${ID} \ --cluster-file $OUTPUT_PATH/SCRAMble_${hg}/clusters/${ID}.clusters.txt \ --install-dir ${bin} \ --mei-refs ${MEI_consensus_seqs} \ --ref /staging/biology/zxc898977/writeCodeing/debugs/ref_hg19/ucsc.hg19.blastdb.fa \ --eval-meis \ --eval-dels
2.
Rscript --vanilla ${bin}/SCRAMble.R \ --out-name $OUTPUT_PATH/SCRAMble_${hg}/${ID} \ --cluster-file $OUTPUT_PATH/SCRAMble_${hg}/clusters/${ID}.clusters.txt \ --install-dir ${bin} \ --mei-refs ${MEI_consensus_seqs} \ --ref /staging/biology/zxc898977/writeCodeing/debugs/ref_hg19/ucsc.hg19.blastdb \ --eval-meis \ --eval-dels
PS. ucsc.hg19.blastdb.fa is equal to ucsc.hg19.fasta my all files structure
ucsc.hg19.blastdb.fa
ucsc.hg19.fasta
I am curious how the successful report looks like. Hope can get a solution to produce correct reports. Thanks a lot!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi~
I am trying to run
SCRAMble.R
.I have error report by using different
--ref path
.But, both of attempts can't get a success report.
1.
2.
PS.
ucsc.hg19.blastdb.fa
is equal toucsc.hg19.fasta
my all files structure
I am curious how the successful report looks like.
Hope can get a solution to produce correct reports.
Thanks a lot!
The text was updated successfully, but these errors were encountered: