Skip to content

Commit 45810c5

Browse files
committed
For issue #70 this will help prevent hardlink issue and prevent bams from corrupting - see #70 for more info
1 parent 9162ab7 commit 45810c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/typeseq2/launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VERSION="2.2008.2101"
55
#autorundisable
66
echo Pipeline version $VERSION
77

8-
ln ../../*.bam ./
8+
cp ../../*.bam ./
99
cp ../../raw_peak_signal ./
1010
cp ../../sigproc_results/analysis.bfmask.stats ./
1111
cp ../../basecaller_results/BaseCaller.json ./

0 commit comments

Comments
 (0)