Skip to content

Commit

Permalink
Add FASTA->2bit conversion step #76.
Browse files Browse the repository at this point in the history
- remove (old) generated data files
  • Loading branch information
arnikz committed Nov 25, 2020
1 parent f14c3dd commit dad6945
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 19,372 deletions.
5,138 changes: 0 additions & 5,138 deletions data/delly.bedpe

This file was deleted.

4,650 changes: 0 additions & 4,650 deletions data/gridss.bedpe

This file was deleted.

8,143 changes: 0 additions & 8,143 deletions data/lumpy.bedpe

This file was deleted.

1,108 changes: 0 additions & 1,108 deletions data/manta.bedpe

This file was deleted.

333 changes: 0 additions & 333 deletions data/reference_N_regions.bed

This file was deleted.

Binary file removed data/test.2bit
Binary file not shown.
Binary file removed data/test.bw
Binary file not shown.
6 changes: 6 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ eval "$(conda shell.bash hook)"
conda activate $CONDA_ENV
conda list

# convert input FASTA to 2bit
p=faToTwoBit
cmd="$p \"$FASTA\" \"$TWOBIT\""
JOB_ID=$(submit "$cmd" "$p")
JOBS+=($JOB_ID)

# compute genome mappability
p=genmap
cmd="./$p.sh \"$FASTA\" \"$BIGWIG\" $KMERS $MAX_MISMATCH"
Expand Down

0 comments on commit dad6945

Please sign in to comment.