Skip to content

Commit

Permalink
Preparing v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKrueger committed Sep 29, 2020
1 parent 913b19a commit 7b2cb8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions SNPsplit
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ use Cwd;
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.

# June 16: making changes to skip tag2sort

## Reading in a BAM or SAM file
my $pipeline_version = '0.3.4_dev';
my $pipeline_version = '0.4.0';
my $parent_dir = getcwd;
my $full_commandline = join (" ","SNPsplit",@ARGV);
# warn "Full commandline: $full_commandline\n"; sleep(5);
Expand Down
2 changes: 1 addition & 1 deletion SNPsplit_genome_preparation
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use Cwd;
# Modifying 30 June 2020

## Reading in a BAM or SAM file
my $pipeline_version = '0.3.3dev';
my $pipeline_version = '0.4.0';
my $parent_dir = getcwd();
my ($vcf_file,$strain,$strain2,$strain_index,$strain2_index,$genome_folder,$skip_filtering,$nmasking,$full_sequence,$dual_hybrid,$genome_build) = process_commandline ();

Expand Down

0 comments on commit 7b2cb8b

Please sign in to comment.