Skip to content
New issue

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

file_tag must be set to generate maps #1

Open
mp15 opened this issue Oct 21, 2019 · 0 comments
Open

file_tag must be set to generate maps #1

mp15 opened this issue Oct 21, 2019 · 0 comments

Comments

@mp15
Copy link

mp15 commented Oct 21, 2019

Hi

file_tag

if(file_tag == 0)

must be set to zero to generate align.sam
sprintf(syscmd,"%s/bwa mem -t %d -5SPM tarseq.fastq %s %s > align.sam",bindir,n_nodes,file_read1,file_read2);

to generate your map
sprintf(syscmd,"%s/PretextMap -o %s < align.sam > mapview.out",bindir,mapviewhic);

otherwise because align.sam is never generated scaffHiC will error when trying to generate the map.

Martin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant